Skip to content

Commit d61d704

Browse files
authored
docs: Add contribution guide (#916)
1 parent a836d8e commit d61d704

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CONTRIBUTING.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Contributing to Parse SDK for Flutter
2+
3+
We want to make contributing to this project as easy and transparent as possible.
4+
5+
## Pull Requests
6+
7+
We actively welcome your pull requests. When we get one, we'll run some Parse-specific 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.
8+
9+
1. Fork the repo and create your branch from `master`.
10+
2. Add unit tests for any new code you add.
11+
3. If you've changed APIs, update the documentation.
12+
4. Ensure the test suite passes.
13+
14+
## Code of Conduct
15+
16+
This project adheres to the [Contributor Covenant Code of Conduct](https://github.com/parse-community/parse-server/blob/master/CODE_OF_CONDUCT.md). By participating, you are expected to honor this code.
17+
18+
## License
19+
20+
By contributing to Parse SDK Flutter, you agree that your contributions will be licensed under its license.
21+
22+
[stack-overflow]: http://stackoverflow.com/tags/parse.com
23+
[bug-reports]: https://github.com/parse-community/parse-server

0 commit comments

Comments
 (0)