diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..62117b1f1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ + + +#### What is it? +- [ ] Bugfix +- [ ] Feature +- [ ] Codebase improvement + +#### Description of the changes in your PR + +- Updated colors +- Update strings +- Added documentation + +#### Before/After Screenshots/Screen Record + +- Before: +- After: + +#### Fixes the following issue(s) + +- Fixes # + +#### Relies on the following changes + +- + +#### Acknowledgement +- [ ] I read the [contribution guidelines](https://github.com/FossifyOrg/Gallery/CONTRIBUTING.md).