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"