Copy default config.yml
From the docs: > If a repository has any files in its own .github/ISSUE_TEMPLATE folder, including issue templates or a config.yml file, none of the contents of the default .github/ISSUE_TEMPLATE folder will be used. So we need to copy the config.yml since it will be ignored.
This commit is contained in:
12
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
12
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Questions and Configurations
|
||||
url: https://discourse.pi-hole.net
|
||||
about: Ask a question or get help with configurations.
|
||||
- name: Feature Requests
|
||||
url: https://discourse.pi-hole.net/c/feature-requests/8
|
||||
about: See existing Feature Requests and suggest new ones.
|
||||
- name: Documentation
|
||||
url: https://docs.pi-hole.net
|
||||
about: Documentation and guides.
|
||||
|
||||
Reference in New Issue
Block a user