How to Contribute
Fork the repository
Go to https://github.com/Hackathons-UK/wiki and press fork in the top right - This will create a copy of the repository in your own GitHub Account
Make your changes
NOTE: Please only change one area per PR, we will reject overly large PRs.
- Clone your forked repository, to your local machine using the new repository URL:
git clone [email protected]:<USERNAME>-UK/wiki.git - Create a new branch for your changes:
git checkout -b <BRANCH-NAME>- Try to keep it relevant to the change you wish to make. - Make the desired, changes to your local repository,
- Test and verify any changes
- Commit your changes with a clear commit message which explains what you have done
git commit -m "updated topic X with Y" - Push your changes to your forked repository
git push
Make a PR against upstream
- Go to your repository on GitHub
- Navigate to the
Pull Requeststab - Press the green
New Pull Request - Set base repository to
Hackathons-UK/wiki-Main - Set head repository, to
<USERNAME>/wiki-<BRANCH-NAME> - Review your changes to make sure it looks correct
- Provide a detailed title and description of your changes, to the pull request - this will help the maintainers know the intent behind the request.
- Submit Pull Request
Wait for review
Once submitted the maintainers will review your PR after some time, they will either accept and merge it or they may add some comments asking for clarification or some changes to be made.