diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature-enhancement.md | 5 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/new-feature.md | 5 | 
2 files changed, 2 insertions, 8 deletions
| diff --git a/.github/ISSUE_TEMPLATE/feature-enhancement.md b/.github/ISSUE_TEMPLATE/feature-enhancement.md index 554f0342..a8eef89f 100644 --- a/.github/ISSUE_TEMPLATE/feature-enhancement.md +++ b/.github/ISSUE_TEMPLATE/feature-enhancement.md @@ -19,12 +19,9 @@ assignees: ''  <!-- If you had a way to implement it in mind, describe it here, including any concept screenshots if possible --> -## Possible Alternatives -<!-- List any possible alternatives to your proposed implementation --> - -  ## Additional Details  <!-- Delete this section if not applicable. --> +<!-- If alternate implementations were considered, add them here. -->  ## Would you like to reserve implementing it? diff --git a/.github/ISSUE_TEMPLATE/new-feature.md b/.github/ISSUE_TEMPLATE/new-feature.md index 4f90dfff..c128f01a 100644 --- a/.github/ISSUE_TEMPLATE/new-feature.md +++ b/.github/ISSUE_TEMPLATE/new-feature.md @@ -19,12 +19,9 @@ assignees: ''  <!-- If you had a way to implement the feature in mind, describe it here, including any command signatures and concept screenshots if possible --> -## Possible Alternatives -<!-- List any possible alternatives to your proposed implementation --> - -  ## Additional Details  <!-- Delete this section if not applicable. --> +<!-- If alternate implementations were considered, add them here. -->  ## Would you like to reserve implementing it? | 
