Thank you for considering to contribute to OpenAtlas and reading this document.
Feedback is always appreciated and can be done by
- using our issue tracker Redmine after reading how to report an issue
- contacting us at openatlas@oeaw.ac.at
We also welcome code contributions via GitHub pull requests to the develop branch after reading about our development standards.
Clone the repository and make a new branch from the develop branch.
git checkout develop
git checkout -b feature_example
Make changes, you can check these before committing with
git status
git diff --
Commit the changes and push it to your cloned repository on GitHub
git add .
git commit -m "A short message about the changes"
git push
Make a pull request from your new branch to the develop branch of OpenAtlas, see: GitHub pull request