summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenji Dial <benji6283@gmail.com>2022-01-04 11:43:14 -0500
committerBenji Dial <benji6283@gmail.com>2022-01-04 11:43:14 -0500
commit009cc7d3a2548e8322b372f93e8c6165043f42eb (patch)
tree6b2b6a5786acfd7cc7bc4cd4f7c4f685236b952e
parentf57e2eabe0a10c9732c83532e01654a499fb8dcf (diff)
downloadportland-os-009cc7d3a2548e8322b372f93e8c6165043f42eb.tar.gz
removing gitlab issue templatesHEADmain
-rw-r--r--.gitlab/issue_templates/application crash.md25
-rw-r--r--.gitlab/issue_templates/bug report.md29
-rw-r--r--.gitlab/issue_templates/feature request.md13
3 files changed, 0 insertions, 67 deletions
diff --git a/.gitlab/issue_templates/application crash.md b/.gitlab/issue_templates/application crash.md
deleted file mode 100644
index c6bc1f6..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
-
-(If using a released version, verify that the same steps still crash the application in the latest released version, and then put that version number here. If building from source, please verify that the same steps still crash the application 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 crash, please link to an upload of the crashing application's `.elf` file 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::application-crash"
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"
diff --git a/.gitlab/issue_templates/feature request.md b/.gitlab/issue_templates/feature request.md
deleted file mode 100644
index 7d80208..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, then delete this heading. Finally, proofread your issue under the "preview" tab.)
-
-/label ~"kind::addition"