diff options
author | Benji Dial <benji6283@gmail.com> | 2021-03-11 23:24:19 -0500 |
---|---|---|
committer | Benji Dial <benji6283@gmail.com> | 2021-03-11 23:24:19 -0500 |
commit | 9e2a02d22f668f8a2c9c49cb6efcc1e8ab9af08b (patch) | |
tree | bb4cd2b958531413cb3ef73871feb22faf85c5b4 /.gitlab | |
parent | 3abe7eb284c2655c7f45ce46bd9d7b66345b2d00 (diff) | |
download | portland-os-9e2a02d22f668f8a2c9c49cb6efcc1e8ab9af08b.tar.gz |
polishing issue templates
Diffstat (limited to '.gitlab')
-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" |