Skip to content

Commit 2666e3f

Browse files
authored
Add issue template configuration file
Added configuration for issue templates with contact links.
1 parent 066a47b commit 2666e3f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Issues with CodeMeta terms:
4+
url: https://github.com/codemeta/codemeta
5+
about: To add, remove, or amend CodeMeta terms.
6+
- name: Issues with the CodeMeta-Generator:
7+
url: https://github.com/codemeta/codemeta-generator
8+
about: To raise issues or suggestions for the CodeMeta Generator.

0 commit comments

Comments
 (0)