From 8b368ebb62ef48e14a69f149ccae25910ccb22ac Mon Sep 17 00:00:00 2001 From: Ethan Date: Sun, 5 Jun 2022 12:57:37 -0400 Subject: fix the issue templates (#39) * make the issue templates actually work pt 1 * make it work * Update bug_report.yml * Update bug_report.yml * fix --- .github/ISSUE_TEMPLATE/feature_request.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to '.github/ISSUE_TEMPLATE/feature_request.yml') diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b4ed087..4b15111 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,20 @@ --- name: Feature request -about: Suggest an idea for OneConfig +about: Suggest an idea for this OneConfig +title: '' +labels: '' +assignees: '' --- + +## Is your feature request related to a problem? Please describe + + +## Describe the behaviour you'd like + + +## Describe alternatives you've considered + + +## Additional context + -- cgit