diff options
author | 2019-12-12 18:06:07 +1000 | |
---|---|---|
committer | 2019-12-12 18:06:07 +1000 | |
commit | 191f8300871ce47ca58de7ff6d31e803957f6b12 (patch) | |
tree | 460d86ec2ce3c6f67d86dddf0cb00a9f224fc300 | |
parent | "Possible Alternatives" section deferred to "Additional Details". (diff) |
Swap the comments around to avoid hasty deletion.
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature-enhancement.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/new-feature.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature-enhancement.md b/.github/ISSUE_TEMPLATE/feature-enhancement.md index a8eef89f..9a13f822 100644 --- a/.github/ISSUE_TEMPLATE/feature-enhancement.md +++ b/.github/ISSUE_TEMPLATE/feature-enhancement.md @@ -20,8 +20,8 @@ assignees: '' ## Additional Details -<!-- Delete this section if not applicable. --> <!-- If alternate implementations were considered, add them here. --> +<!-- Delete this section if not applicable. --> ## Would you like to reserve implementing it? diff --git a/.github/ISSUE_TEMPLATE/new-feature.md b/.github/ISSUE_TEMPLATE/new-feature.md index c128f01a..0ddb8880 100644 --- a/.github/ISSUE_TEMPLATE/new-feature.md +++ b/.github/ISSUE_TEMPLATE/new-feature.md @@ -20,8 +20,8 @@ assignees: '' ## Additional Details -<!-- Delete this section if not applicable. --> <!-- If alternate implementations were considered, add them here. --> +<!-- Delete this section if not applicable. --> ## Would you like to reserve implementing it? |