Files
web/CONTRIBUTING.md
Mcat12 cd9f4d2b8d Add CONTRIBUTING.md
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
2019-08-02 16:02:09 -04:00

20 lines
691 B
Markdown

# Contributor's Guide
Thank you for your interest in contributing to Pi-hole! Below are guidelines for
creating issues and pull requests in this repository.
## Bug Reports
When you create the issue, choose the "Bug report" template and fill it in.
## Feature Requests
Please make feature requests on
[Discourse](https://discourse.pi-hole.net/c/feature-requests).
## Pull Requests
This repo follows [Git Flow], so base your branch on `development` and make the
PR against `development`. This ensures that you are working with the latest
code.
When you open the PR, fill in the template so we can properly evaluate it.
[Git Flow]: https://nvie.com/posts/a-successful-git-branching-model/