diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000..459c9fc --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,108 @@ +# Bug Report + +## Summary + + + +## Expected behavior + + + +## Current behavior + + + +## Detailed Description + + + +## Steps to reproduce + + + + + +1. +2. +3. +4. + +## Possible solution + + + +## Context (Environment) + +### Segatools 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..ee93ab6 --- /dev/null +++ b/.gitlab/issue_templates/Feature.md @@ -0,0 +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/.gitlab/merge_request_templates/Bugfix.md new file mode 100644 index 0000000..dd18823 --- /dev/null +++ b/.gitlab/merge_request_templates/Bugfix.md @@ -0,0 +1,34 @@ +# Bugfix + +## Summary + + + +## Description + + + +## Related Issue + + + + + + +## How Has This Been Tested? + + + + + +## Checklist + + + + +* 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..1e4ce9f --- /dev/null +++ b/.gitlab/merge_request_templates/Feature.md @@ -0,0 +1,34 @@ +# New Feature + +## Summary + + + +## Description + + + +## Related Issue + + + + + + +## How Has This Been Tested? + + + + + +## Checklist + + + + +* 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