We want to make contributing to this project as easy and transparent as possible.
If you're looking to get started, but want to ease yourself into the codebase, look for issues tagged good first issue. These are simple yet valuable tasks that should be easy to get started.
Our goal is to keep master
stable, but there may be changes that your application may not be compatible with. We'll do our best to publicize any breaking changes, but try to use our specific releases in any production environment.
- T
- B
- D
- Fork this project and clone the fork on your local machine:
$ T
$ B
$ D
The project is built in two parts
- The BackEnd
- The FrontEnd
When developing the SDK you can use npm run watch
in order to rebuild your changes upon each save.
The SDK is tested through TBD
TBD
TBD
We actively welcome your pull requests. When we get one, we'll run some integration tests on it first. From here, we'll need to get a core member to sign off on the changes and then merge the pull request. For API changes we may need to fix internal uses, which could cause some delay. We'll do our best to provide updates and feedback throughout the process.
- Fork the repo and create your branch from
master
. - Add unit tests for any new code you add.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes. (TBD Run
npm test && npm run integration
) - Make sure your code lints.
We use GitHub issues to track public bugs. We will keep a close eye on this and try to make it clear when we have an internal fix in progress. Before filing a new issue, try to make sure your problem doesn't already exist.
Details are key. The more information you provide us the easier it'll be for us to debug and the faster you'll receive a fix. Some examples of useful tidbits:
- A description. What did you expect to happen and what actually happened? Why do you think that was wrong?
- A simple unit test that fails.
- What version does this reproduce on? What version did it last work on?
- Anything else you find relevant.
TBD GoPlan has a responsible Vulnerability Disclosure Program for the safe disclosure of security bugs. In those cases, please go through the process outlined on that page and do not file a public issue.
- Most importantly, match the existing code style as much as possible.
- Keep lines within 140 characters.
This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to honor this code.
By contributing to the GoPlan application, you agree that your contributions will be licensed under its license.