diff --git a/.github/ISSUE_TEMPLATE/1-rule-issue.yml b/.github/ISSUE_TEMPLATE/1-rule-issue.yml index eb81a42ad..a5307fc8f 100644 --- a/.github/ISSUE_TEMPLATE/1-rule-issue.yml +++ b/.github/ISSUE_TEMPLATE/1-rule-issue.yml @@ -1,4 +1,4 @@ -name: Rule-related Feature Request +name: New Rule or Existing Rule Bug description: A request for a new feature or enhancement related to a specific rule projects: - cdisc-org/19 diff --git a/.github/ISSUE_TEMPLATE/2-other-feature.yml b/.github/ISSUE_TEMPLATE/2-other-feature.yml index 3a966e1bb..e828b0e22 100644 --- a/.github/ISSUE_TEMPLATE/2-other-feature.yml +++ b/.github/ISSUE_TEMPLATE/2-other-feature.yml @@ -1,4 +1,4 @@ -name: Non-rule-related Feature Request +name: Non-rule-related Request description: A request for a new feature or enhancement not related to a specific rule projects: - cdisc-org/19 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..ec4bb386b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file