From a3b9be60d73a9374837dc55bc392ade23f6522a4 Mon Sep 17 00:00:00 2001 From: Ross Wolf <31489089+rw-access@users.noreply.github.com> Date: Wed, 1 Jul 2020 12:37:08 -0600 Subject: [PATCH] Fix issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/rule_deprecation.md | 2 +- .github/ISSUE_TEMPLATE/rule_tuning.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 3f8e1b35f..54a3abe34 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest an idea for this project (Note: this does not include rule logic) +about: "Suggest an idea for this project (Note: this does not include rule logic)" title: "[FR]" labels: enhancement assignees: '' diff --git a/.github/ISSUE_TEMPLATE/rule_deprecation.md b/.github/ISSUE_TEMPLATE/rule_deprecation.md index a26be03eb..35d1aebcd 100644 --- a/.github/ISSUE_TEMPLATE/rule_deprecation.md +++ b/.github/ISSUE_TEMPLATE/rule_deprecation.md @@ -1,5 +1,5 @@ --- -name: Rule Deprecation +name: Rule deprecation about: Recommendation to deprecate a rule title: "[Deprecation] Name of the rule" labels: "Rule: Deprecation" diff --git a/.github/ISSUE_TEMPLATE/rule_tuning.md b/.github/ISSUE_TEMPLATE/rule_tuning.md index f52fd960d..d90cc9103 100644 --- a/.github/ISSUE_TEMPLATE/rule_tuning.md +++ b/.github/ISSUE_TEMPLATE/rule_tuning.md @@ -1,5 +1,5 @@ --- -name: Tune Existing Rule +name: Tune existing rule about: Suggestion for logic changes to an existing rule title: "[Rule Tuning] Name of rule" labels: "Rule: Tuning"