Skip to content

Commit

Permalink
Docs: Add pull request template (photoprism#1947)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre authored Jan 18, 2022
1 parent 76c94a1 commit d30bc24
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!--
You'll be asked to accept the PhotoPrism.org Individual Contributor License Agreement https://cla-assistant.io/photoprism/photoprism once your PR will be created, please review them, your PR will be rejected if you don't accept them.
Because we want to create the best possible product for our users, we have a set of guidelines which ensure that all source code contributions are acceptable:
Please check the following items by replacing "[ ]" with "[x]", you can also do it when viewing the pull request once it has been created
-->

- [ ] The feature is fully implemented
- [ ] Unit and acceptance tests have be written
- [ ] The feature work with sqlite and mysql
- [ ] The UI must be fully responsive
- [ ] It has tested on multiple browsers and devices
- [ ] Translations have been created for all languages
- [ ] Docs have been updated

<!--
Reviewing, testing and finally merging pull requests consumes significant resources on our side. Unless it's just a small fix, it may take several months.
Thanks for your patience :)
-->

<!--
Please write below the goal of this pull request
-->

0 comments on commit d30bc24

Please sign in to comment.