mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 12:43:22 +02:00
1.6 KiB
1.6 KiB
The project embraces distributed development and if you'd like to help, it would be greatly appreciated. Just open a pull request with the revisions.
Contributing
- Fork the repository to your own GitHub account.
- Clone your fork of the repository locally
git clone git://github.com/USERNAME/project-athena.git
- Create a new branch
git checkout -b new_branch_name
- Code
- Follow the coding standard
- Commit
- Update your branch
git remote add upstream https://github.com/kasenvr/project-athena
git pull upstream master
Resolve any conflicts that arise with this step.
- Push to your fork
git push origin new_branch_name
- Submit a pull request
You can follow GitHub's guide to find out how to create a pull request.
Reporting Bugs
- Always update to the latest code on master, we make many merges every day and it is possible the bug has already been fixed!
- Search issues to make sure that somebody has not already reported the same bug.
- Add your report to the issues list!