Skip to content

Commit 1197c77

Browse files
authored
chore: fix github config to allow submission of issues. (#25)
This was impaired in #23 due to missing links in the config
1 parent f2170db commit 1197c77

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: true
2+
name: Submit an issue
3+
description: Choose the type of issue you'd like to submit
24
contact_links:
3-
- name: Report a security vulnerability
5+
- name: 🐛 Bug Report
6+
url: https://github.com/rafaelherik/tfsumpy/issues/new?assignees=&labels=bug&template=bug_report.md&title=
7+
about: Report a bug or unexpected behavior
8+
- name: ✨ Feature Request
9+
url: https://github.com/rafaelherik/tfsumpy/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=
10+
about: Suggest an enhancement or new feature
11+
- name: 🔒 Security Vulnerability
412
url: https://github.com/rafaelherik/tfsumpy/security/advisories/new
5-
about: Report a security vulnerability in tfsumpy.
13+
about: Report a security vulnerability in tfsumpy

0 commit comments

Comments
 (0)