From d455783a63e77c3abce76b85f68c51338c1b81d1 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Fri, 3 Jan 2020 18:56:38 +0100 Subject: Add guidance for pull requests The main reason for this checklist is to not forget about documentation, and to encourage us to write more tests. I hope it'll help us to improve both! --- docs/pull_request_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/pull_request_template.md (limited to 'docs/pull_request_template.md') 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). -- cgit v1.2.3