forked from finos/perspective
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
88 changed files
with
327 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Code of Conduct for {project name} | ||
|
||
Please see the [Community Code of Conduct](https://www.finos.org/code-of-conduct). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: 🐛 Bug Report | ||
about: If something isn't working as expected 🤔. | ||
|
||
--- | ||
|
||
## Bug Report | ||
|
||
### Steps to Reproduce: | ||
1. ...step 1 description... | ||
2. ...step 2 description... | ||
3. ...step 3 description... | ||
|
||
### Expected Result: | ||
...description of what you expected to see... | ||
|
||
### Actual Result: | ||
...what actually happened, including full exceptions (please include the entire stack trace, including "caused by" entries), log entries, screen shots etc. where appropriate... | ||
|
||
### Environment: | ||
...version and build of the project, OS and runtime versions, virtualised environment (if any), etc. ... | ||
|
||
### Additional Context: | ||
...add any other context about the problem here. If applicable, add screenshots to help explain... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: 🚀 Feature Request | ||
about: I have a suggestion (and may want to implement it 🙂)! | ||
|
||
--- | ||
|
||
## Feature Request | ||
|
||
### Description of Problem: | ||
...what *problem* are you trying to solve that the project doesn't currently solve? | ||
|
||
...please resist the temptation to describe your request in terms of a solution. Job Story form ("When [triggering condition], I want to [motivation/goal], so I can [outcome].") can help ensure you're expressing a problem statement. | ||
|
||
### Potential Solutions: | ||
...clearly and concisely describe what you want to happen. Add any considered drawbacks. | ||
|
||
... if you've considered alternatives, clearly and concisely describe those too. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
name: 🤗 Support Question | ||
about: If you have a question about configuration, usage, etc. 💬 | ||
|
||
--- | ||
|
||
## Support Question | ||
|
||
...ask your question here. | ||
|
||
...be sure to search existing issues since someone might have already asked something similar. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
|
||
Thank you for your interest in contributing to Perspective! | ||
|
||
Perspective is built on open source and we invite you to contribute enhancements. Upon review you will be required to complete the [Contributor License Agreement (CLA)](https://github.com/jpmorganchase/cla) before we are able to merge. | ||
Perspective is built on open source and we invite you to contribute enhancements. Upon review you will be required to complete the [Contributor License Agreement (CLA)](https://finosfoundation.atlassian.net/wiki/spaces/FINOS/pages/75530375/Contribution+Compliance+Requirements#ContributionComplianceRequirements-ContributorLicenseAgreement) before we are able to merge. | ||
|
||
If you have any questions about the contribution process, please feel free to chat with us on [gitter](https://gitter.im/jpmorganchase/perspective), or send an email to [[email protected]](mailto:quorum_info@jpmorgan.com). | ||
If you have any questions about the contribution process, please feel free to chat with us on [gitter](https://gitter.im/finos/perspective), or open an issue on [github](https://github.com/finos/perspective/issues/new) | ||
|
||
## Guidelines | ||
|
||
|
@@ -19,8 +19,8 @@ coding guidelines: | |
* Please do not submit incomplete PRs or partially implemented features. Feature additions should be implemented completely, including Javascript API and `<perspective-viewer>` UX. If your PR is a build, documentation, test change, or an API change that is not applicable to the UX, please explain this in the comments. | ||
* Please do not submit PRs disabled by feature or build flag - experimental features should be kept on a branch until they are ready to be merged. | ||
* Feature additions, make sure you have added complete JSDoc to any new APIs, as well as additions to the [Usage Guide]() if applicable. | ||
* All PRs should be accompanied by tests asserting their behavior in any packages they modify. C++ and Javascript changes to `@jpmorganchase/perspective` should add Node.js tests, and additional changes should add Puppeteer tests. | ||
* If your PR modifies the C++ or JS `@jpmorganchase/perspective` code in a way which may affect performance, be sure to update the benchmark suite as per the [Developer Documentation](). | ||
* All PRs should be accompanied by tests asserting their behavior in any packages they modify. C++ and Javascript changes to `@finos/perspective` should add Node.js tests, and additional changes should add Puppeteer tests. | ||
* If your PR modifies the C++ or JS `@finos/perspective` code in a way which may affect performance, be sure to update the benchmark suite as per the [Developer Documentation](). | ||
* Do not commit with `--no-verify` or otherwise bypass commit hooks, and please respect the formatting and linting guidelines they enforce. | ||
* Do not `merge master` upstream changes into your PR. If your change has conflicts with the `master` branch, please pull master into your fork's master, then rebase. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Perspective Documentation Site | ||
|
||
This is the source for the [Perspective documentaiton github-pages site](https://jpmorganchase.github.io/perspective/) - | ||
This is the source for the [Perspective documentaiton github-pages site](https://perspective.finos.org/) - | ||
what you're looking for is probably there. Links to the source documenation | ||
from which the site is rendered: | ||
|
||
* [Installation](https://github.com/jpmorganchase/perspective/blob/master/docs/md/installation.md) | ||
* [User's Guide](https://github.com/jpmorganchase/perspective/blob/master/docs/md/usage.md) | ||
* [Developer's Guide](https://github.com/jpmorganchase/perspective/blob/master/docs/md/development.md) | ||
* [Perspective API](https://github.com/jpmorganchase/perspective/blob/master/packages/perspective/README.md) | ||
* [Perspective Viewer API](https://github.com/jpmorganchase/perspective/blob/master/packages/perspective-viewer/README.md) | ||
* [Installation](https://github.com/finos/perspective/blob/master/docs/md/installation.md) | ||
* [User's Guide](https://github.com/finos/perspective/blob/master/docs/md/usage.md) | ||
* [Developer's Guide](https://github.com/finos/perspective/blob/master/docs/md/development.md) | ||
* [Perspective API](https://github.com/finos/perspective/blob/master/packages/perspective/README.md) | ||
* [Perspective Viewer API](https://github.com/finos/perspective/blob/master/packages/perspective-viewer/README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.