1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 22:28:18 +00:00

Create CONTRIBUTING.md

Initial commit. Basic list, could probably do with some work....
This commit is contained in:
Adam Warner 2016-02-05 15:50:15 +00:00
parent 704b3ee673
commit 8e6ec6ef0c

6
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,6 @@
This is a basic checklist for now, We will update it in future.
* Fork the repo and create your new branch based on the `development` branch.
* Submit Pull Requests to the development branch only.
* Before Submitting your Pull Request, merge `development` with your new branch and fix any conflicts. (Make sure you don't break anything in development!)
* Be patient. We will review all submitted pull requests, but our focus is on stability.. please don't be offended if we reject your PR, or it appears we're doing nothing with it! We'll get around to it..