diff options
-rw-r--r-- | .gitlab/issue_templates/application crash.md (renamed from .gitlab/issue_templates/application_crash.md) | 4 | ||||
-rw-r--r-- | .gitlab/issue_templates/feature request.md (renamed from .gitlab/issue_templates/feature_request.md) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab/issue_templates/application_crash.md b/.gitlab/issue_templates/application crash.md index a84fef1..7393b65 100644 --- a/.gitlab/issue_templates/application_crash.md +++ b/.gitlab/issue_templates/application crash.md @@ -20,6 +20,6 @@ ## Final Steps -(Please set the appropriate "where" label, and proofread your issue under the "preview" tab.) +(Please set the appropriate "where" label, then delete this heading. Finally, proofread your issue under the "preview" tab.) -/label ~kind::application-crash
\ No newline at end of file +/label ~"kind::application-crash" diff --git a/.gitlab/issue_templates/feature_request.md b/.gitlab/issue_templates/feature request.md index 3dcce78..7d80208 100644 --- a/.gitlab/issue_templates/feature_request.md +++ b/.gitlab/issue_templates/feature request.md @@ -8,6 +8,6 @@ ## Final Steps -(Please set the appropriate "where" label, and proofread your issue under the "preview" tab.) +(Please set the appropriate "where" label, then delete this heading. Finally, proofread your issue under the "preview" tab.) -/label ~kind::addition
\ No newline at end of file +/label ~"kind::addition" |