We welcome contributions of all kinds from anyone. We're actively looking for more contributors.
The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests.
Bug reports are helpful for playnode.io.
1 .If you find a bug, check if the issue has already been reported.
2 Check if the issue has been fixed.
Features of all kinds requests are welcome.
-
Fork and clone the repo.
git clone https://github.com/<your-username>/playnode.io cd playnode.io git remote add upstream https://github.com/playnodeconf/playnode.io
-
Check out the master branch and Get the latest changes from upstream:
git checkout master git pull upstream master
-
Create a new topic branch, please don't work in master branch
git checkout -b <topic-branch-name>
-
Create your patch
-
Commit your changes
git commit
-
Push your topic branch up to your fork project
git push origin <topic-branch-name>
-
Open a Pull Request.
short topic summary
More detailed explanatory text