diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000..8c2add3 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,54 @@ +## Summary + + +## Expected behavior + + +## Current behavior + + +## Detailed Description + + +## Steps to reproduce + +1. +2. +3. +4. + +## 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 new file mode 100644 index 0000000..de02dba --- /dev/null +++ b/.gitlab/issue_templates/Feature.md @@ -0,0 +1,14 @@ +## 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 new file mode 100644 index 0000000..1059349 --- /dev/null +++ b/.gitlab/merge_request_templates/Bugfix.md @@ -0,0 +1,27 @@ +## 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 new file mode 100644 index 0000000..1059349 --- /dev/null +++ b/.gitlab/merge_request_templates/Feature.md @@ -0,0 +1,27 @@ +## 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