From 9e2a02d22f668f8a2c9c49cb6efcc1e8ab9af08b Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Thu, 11 Mar 2021 23:24:19 -0500 Subject: polishing issue templates --- .gitlab/issue_templates/application crash.md | 25 +++++++++++++++++++++++++ .gitlab/issue_templates/application_crash.md | 25 ------------------------- .gitlab/issue_templates/feature request.md | 13 +++++++++++++ .gitlab/issue_templates/feature_request.md | 13 ------------- 4 files changed, 38 insertions(+), 38 deletions(-) create mode 100644 .gitlab/issue_templates/application crash.md delete mode 100644 .gitlab/issue_templates/application_crash.md create mode 100644 .gitlab/issue_templates/feature request.md delete mode 100644 .gitlab/issue_templates/feature_request.md diff --git a/.gitlab/issue_templates/application crash.md b/.gitlab/issue_templates/application crash.md new file mode 100644 index 0000000..7393b65 --- /dev/null +++ b/.gitlab/issue_templates/application crash.md @@ -0,0 +1,25 @@ +## Application Name + +(Put the name of the crashing application here. Do not report kernel panics with this template.) + +## Steps to Reproduce + +(Please tell us how to reliably make the crash happen.) + +## Relevant Log Entries + +(Please put anything interesting from the log file here, including any exception information. The log is currently not stored in a file, but output on COM1.) + +## Version or Object Dump + +(Put the version number here if using a released version. If building from source with no changes, put the commit SHA of the version you are building. If building from source with modifications, please link to the output of `objdump -d -C -Mintel obj/APPLICATION.elf`, as well as `objdump -t -C obj/APPLICATION.elf | sort`.) + +## Additional Comments + +(If you've done any research into what might be causing the problem, or noticed a similarity to a past problem, please let us know!) + +## Final Steps + +(Please set the appropriate "where" label, then delete this heading. Finally, proofread your issue under the "preview" tab.) + +/label ~"kind::application-crash" diff --git a/.gitlab/issue_templates/application_crash.md b/.gitlab/issue_templates/application_crash.md deleted file mode 100644 index a84fef1..0000000 --- a/.gitlab/issue_templates/application_crash.md +++ /dev/null @@ -1,25 +0,0 @@ -## Application Name - -(Put the name of the crashing application here. Do not report kernel panics with this template.) - -## Steps to Reproduce - -(Please tell us how to reliably make the crash happen.) - -## Relevant Log Entries - -(Please put anything interesting from the log file here, including any exception information. The log is currently not stored in a file, but output on COM1.) - -## Version or Object Dump - -(Put the version number here if using a released version. If building from source with no changes, put the commit SHA of the version you are building. If building from source with modifications, please link to the output of `objdump -d -C -Mintel obj/APPLICATION.elf`, as well as `objdump -t -C obj/APPLICATION.elf | sort`.) - -## Additional Comments - -(If you've done any research into what might be causing the problem, or noticed a similarity to a past problem, please let us know!) - -## Final Steps - -(Please set the appropriate "where" label, and proofread your issue under the "preview" tab.) - -/label ~kind::application-crash \ No newline at end of file diff --git a/.gitlab/issue_templates/feature request.md b/.gitlab/issue_templates/feature request.md new file mode 100644 index 0000000..7d80208 --- /dev/null +++ b/.gitlab/issue_templates/feature request.md @@ -0,0 +1,13 @@ +## Description + +(Please describe the addition that you want. The more detailed, the better.) + +## Rationale + +(Why should this be added? Are there other potential additions that need this first?) + +## Final Steps + +(Please set the appropriate "where" label, then delete this heading. Finally, proofread your issue under the "preview" tab.) + +/label ~"kind::addition" diff --git a/.gitlab/issue_templates/feature_request.md b/.gitlab/issue_templates/feature_request.md deleted file mode 100644 index 3dcce78..0000000 --- a/.gitlab/issue_templates/feature_request.md +++ /dev/null @@ -1,13 +0,0 @@ -## Description - -(Please describe the addition that you want. The more detailed, the better.) - -## Rationale - -(Why should this be added? Are there other potential additions that need this first?) - -## Final Steps - -(Please set the appropriate "where" label, and proofread your issue under the "preview" tab.) - -/label ~kind::addition \ No newline at end of file -- cgit v1.2.3