aboutsummaryrefslogtreecommitdiff
path: root/docs/pull_request_template.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pull_request_template.md')
-rw-r--r--docs/pull_request_template.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md
new file mode 100644
index 000000000..5d1f225b7
--- /dev/null
+++ b/docs/pull_request_template.md
@@ -0,0 +1,22 @@
+Closes #
+
+Changes proposed in this pull request:
+
+-
+-
+-
+
+How to test the feature manually:
+
+1.
+2.
+3.
+
+Pull request checklist:
+
+- [ ] clear commit messages
+- [ ] code manually tested
+- [ ] unit tests written (optional if too hard)
+- [ ] documentation updated
+
+[Additional information can be found in the documentation](https://github.com/FreshRSS/FreshRSS/tree/master/docs/en/developers/04_Pull_requests.md).