From 9e2a02d22f668f8a2c9c49cb6efcc1e8ab9af08b Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Thu, 11 Mar 2021 23:24:19 -0500 Subject: [PATCH] polishing issue templates --- .../{application_crash.md => application crash.md} | 4 ++-- .../{feature_request.md => feature request.md} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename .gitlab/issue_templates/{application_crash.md => application crash.md} (85%) rename .gitlab/issue_templates/{feature_request.md => feature request.md} (58%) diff --git a/.gitlab/issue_templates/application_crash.md b/.gitlab/issue_templates/application crash.md similarity index 85% rename from .gitlab/issue_templates/application_crash.md rename to .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 similarity index 58% rename from .gitlab/issue_templates/feature_request.md rename to .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"