diff --git a/.gitlab/issue_templates/Bug.md b/.github/ISSUE_TEMPLATE/bug.md similarity index 98% rename from .gitlab/issue_templates/Bug.md rename to .github/ISSUE_TEMPLATE/bug.md index f108362..8b47472 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,17 +1,24 @@ +# Bug report + ## Summary + ## Expected behavior + ## Current behavior + ## Detailed Description + ## Steps to reproduce + @@ -21,17 +28,23 @@ necessary --> 4. ## Possible solution + ## Context (Environment) + ### Bemanitools 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: diff --git a/.gitlab/issue_templates/Feature.md b/.github/ISSUE_TEMPLATE/feature.md similarity index 94% rename from .gitlab/issue_templates/Feature.md rename to .github/ISSUE_TEMPLATE/feature.md index de02dba..00ed2ee 100644 --- a/.gitlab/issue_templates/Feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,14 +1,21 @@ +# Feature request + ## Summary + ## Detailed description + ## Benefits + ## Drawbacks + ## Current blockers + \ No newline at end of file diff --git a/.gitlab/merge_request_templates/Bugfix.md b/.github/PULL_REQUEST_TEMPLATE/pull-request.md similarity index 98% rename from .gitlab/merge_request_templates/Bugfix.md rename to .github/PULL_REQUEST_TEMPLATE/pull-request.md index 1059349..c2dd541 100644 --- a/.gitlab/merge_request_templates/Bugfix.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull-request.md @@ -1,23 +1,31 @@ +# Pull request + ## 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: * [ ] ... 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