Skip to content

Commit

Permalink
chore: Add a config for issue templates (#186)
Browse files Browse the repository at this point in the history
Add a config for issue templates to disable blank issues and add a link to the contributing guidelines

Partially addresses #183
  • Loading branch information
Antiz96 committed Jul 3, 2024
1 parent 658a3ae commit 2062fdd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Contributing guidelines
url: https://github.com/Antiz96/arch-update/blob/main/CONTRIBUTING.md
about: Please, read the contributing guidelines before opening an issue

0 comments on commit 2062fdd

Please sign in to comment.