|
| 1 | +# Contributing to Pandagg |
| 2 | +We want to make contributing to this project as easy and transparent as |
| 3 | +possible. |
| 4 | + |
| 5 | +## Our Development Process |
| 6 | +We use github to host code, to track issues and feature requests, as well as accept pull requests. |
| 7 | + |
| 8 | + |
| 9 | +## Pull Requests |
| 10 | +We actively welcome your pull requests. |
| 11 | + |
| 12 | +1. Fork the repo and create your branch from `master`. |
| 13 | +2. If you've added code that should be tested, add tests. |
| 14 | +3. If you've changed APIs, update the documentation. |
| 15 | +4. Ensure the test suite passes. |
| 16 | +5. Make sure your code lints. |
| 17 | + |
| 18 | +## Any contributions you make will be under the MIT Software License |
| 19 | +In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. |
| 20 | +Feel free to contact the maintainers if that's a concern. |
| 21 | + |
| 22 | +## Issues |
| 23 | +We use GitHub issues to track public bugs. Please ensure your description is |
| 24 | +clear and has sufficient instructions to be able to reproduce the issue. |
| 25 | + |
| 26 | +## Report bugs using Github's [issues](https://github.com/alkemics/pandagg/issues) |
| 27 | +We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/alkemics/pandagg/issues/new); it's that easy! |
| 28 | + |
| 29 | +## Write bug reports with detail, background, and sample code |
| 30 | + |
| 31 | +**Great Bug Reports** tend to have: |
| 32 | + |
| 33 | +- A quick summary and/or background |
| 34 | +- Steps to reproduce |
| 35 | + - Be specific! |
| 36 | + - Give sample code if you can. |
| 37 | +- What you expected would happen |
| 38 | +- What actually happens |
| 39 | +- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work) |
| 40 | + |
| 41 | + |
| 42 | +## License |
| 43 | +By contributing, you agree that your contributions will be licensed under its MIT License. |
| 44 | + |
| 45 | +## References |
| 46 | +This document was adapted from the open-source contribution guidelines of [briandk's gist](https://gist.github.com/briandk/3d2e8b3ec8daf5a27a62) |
0 commit comments