Read more: Contributing.md
An easy way to avoid conflicts is to add an 'upstream' for your git repo, as other PRs may be merged while you're working on your branch/fork.
git remote add upstream https://github.com/allanoguis/gojirun You can verify that the new remote has been added by typing:
git remote -v To pull any new changes from your parent repo, simply run:
git merge upstream/master This will give you any eventual conflicts and allow you to easily solve them in your repo. It's a good idea to use it frequently in between your commits to make sure that your repo is up to date with its parent.
For more information on syncing forks, read this article from GitHub.
A heartfelt thank you to the following individuals for their valuable contributions to this project. Your support and dedication are greatly appreciated:
We’d love to hear your thoughts! If you have any ideas, or feedback, or even want to let us know how we’re doing, feel free to open an issue or drop us a message. Your feedback is greatly appreciated and helps improve the project!
This project is licensed under the MIT License - see the LICENSE.md file for details.
We will create a section on the website to acknowledge the contributions to the making of Gojirun.