From 009cc7d3a2548e8322b372f93e8c6165043f42eb Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Tue, 4 Jan 2022 11:43:14 -0500 Subject: removing gitlab issue templates --- .gitlab/issue_templates/bug report.md | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .gitlab/issue_templates/bug report.md (limited to '.gitlab/issue_templates/bug report.md') diff --git a/.gitlab/issue_templates/bug report.md b/.gitlab/issue_templates/bug report.md deleted file mode 100644 index e3aa3ef..0000000 --- a/.gitlab/issue_templates/bug report.md +++ /dev/null @@ -1,29 +0,0 @@ -## Application Name - -(Put the name of the misbehaving application or library here. If it is a bug in the kernel, but "Kernel" here. If the application is crashing, use the "application crash" template.) - -## Steps to Reproduce - -(Please tell us how to reliably make this bug happen.) - -## Expected Behavior - -(What should have happened?) - -## Actual Behavior - -(What really happened?) - -## Version or Object Dump - -(If using a released version, verify that the same steps still exhibit this behavior in the latest released version, and then put that version number here. If building from source, please verify that the same steps still exhibit this behavior when applying the same if any changes to the source code of the latest commit on master, and then put "master" here. Additionally, if you have made any source code modifications, after ensuring that the modifications aren't responsible for the bug, please link to an upload of the offending application's `.elf` file (or `.so` file for a library) from the `obj` directory.) - -## 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::bug" -- cgit v1.2.3