From 6c27b8164cfe9708b2f8d823e94530e934eec38c Mon Sep 17 00:00:00 2001 From: icex2 Date: Sun, 15 Aug 2021 15:22:10 +0200 Subject: [PATCH] Remove now obsolete gitlab issue und MR templates --- .gitlab/issue_templates/Bug.md | 66 ---------------------- .gitlab/issue_templates/Feature.md | 14 ----- .gitlab/merge_request_templates/Bugfix.md | 27 --------- .gitlab/merge_request_templates/Feature.md | 27 --------- 4 files changed, 134 deletions(-) delete mode 100644 .gitlab/issue_templates/Bug.md delete mode 100644 .gitlab/issue_templates/Feature.md delete mode 100644 .gitlab/merge_request_templates/Bugfix.md delete mode 100644 .gitlab/merge_request_templates/Feature.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md deleted file mode 100644 index dff70f2..0000000 --- a/.gitlab/issue_templates/Bug.md +++ /dev/null @@ -1,66 +0,0 @@ -## Summary - - -## Expected behavior - - -## Current behavior - - -## Detailed Description - - -## Steps to reproduce - -1. -2. -3. -4. - -## Further things tested - -* [ ] Tested with `ptapi-io-piuio-keyboard.so` -* [ ] Tested with `ptapi-io-piuio-joystick.so` -* [ ] Tested with `ptapi-io-piuio-real.so` -* [ ] Tested with `lib-local.zip` library package -* [ ] Tested with `lib-ld.zip` library package -* [ ] Tested with the following different configuration parameters: - * "REPLACE ME WITH CONFIG PARAM CHANGED" - * "REPLACE ME WITH CONFIG PARAM CHANGED" - * ... - -## Possible solution - - -## Context (Environment) -### Pumptools version(s) affected -* - -### Game(s) and version(s) affected -* - -### Log output -See attachment. - - -### Configuration files -See attachment. - - -### Command line arguments - - -### APIs used -* - -### OS version - - -### Hardware specs -* CPU: -* RAM: -* GPU: -* Controllers/IO: diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md deleted file mode 100644 index de02dba..0000000 --- a/.gitlab/issue_templates/Feature.md +++ /dev/null @@ -1,14 +0,0 @@ -## Summary - - -## Detailed description - - -## Benefits - - -## Drawbacks - - -## Current blockers - \ No newline at end of file diff --git a/.gitlab/merge_request_templates/Bugfix.md b/.gitlab/merge_request_templates/Bugfix.md deleted file mode 100644 index 1059349..0000000 --- a/.gitlab/merge_request_templates/Bugfix.md +++ /dev/null @@ -1,27 +0,0 @@ -## Summary - - -## Description - - -## Related Issue - - - - - -## How Has This Been Tested? - - - - -## Checklist - - -* [ ] Implemented (unit) test(s) which prove that the introduced changes are working as expected. -* Tested with the following games: - * [ ] ... - * [ ] ... -* [ ] Followed the developer (style) guidelines. -* [ ] Updated existing doc of or add new doc to README file(s). -* [ ] Updated development documentation. \ No newline at end of file diff --git a/.gitlab/merge_request_templates/Feature.md b/.gitlab/merge_request_templates/Feature.md deleted file mode 100644 index 1059349..0000000 --- a/.gitlab/merge_request_templates/Feature.md +++ /dev/null @@ -1,27 +0,0 @@ -## Summary - - -## Description - - -## Related Issue - - - - - -## How Has This Been Tested? - - - - -## Checklist - - -* [ ] Implemented (unit) test(s) which prove that the introduced changes are working as expected. -* Tested with the following games: - * [ ] ... - * [ ] ... -* [ ] Followed the developer (style) guidelines. -* [ ] Updated existing doc of or add new doc to README file(s). -* [ ] Updated development documentation. \ No newline at end of file