Contributions are welcome and appreciated! Credit will always be given.
Report bugs at https://github.com/sbraden/circle-craters/issues.
If you are reporting a bug, please include:
- Your operating system name and version.
- QGIS version
- Any details about your local setup that might be helpful.
- Detailed steps to reproduce the bug.
Look through the GitHub issues for bugs.
Look through the GitHub issues for features.
CircleCraters could use more documentation.
The best way to send feedback is to file an issue at https://github.com/sbraden/circle-craters/issues.
Ready to contribute? Here's how to set up circle-craters for local development.
Fork the circle-craters repo on GitHub.
Clone your fork locally:
$ git clone [email protected]:your_name_here/circle-craters.git
Create a branch for local development:
$ git checkout -b name-of-your-bugfix-or-feature
Now you can make your changes locally.
Commit your changes and push your branch to GitHub:
$ git add . $ git commit -m "Your detailed description of your changes." $ git push origin name-of-your-bugfix-or-feature
- Submit a pull request through the GitHub website.
Before you submit a pull request, check that it meets these guidelines:
- The pull request should include tests.
- The pull request should work for Python 2.7.