mirror of
https://github.com/gosticks/web.git
synced 2026-06-28 21:20:07 +00:00
20 lines
691 B
Markdown
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/
|