From a8e5ac470963e95063832d6a48d9e9fbfd82ed79 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Tue, 17 Aug 2021 13:07:11 +0200 Subject: [PATCH] doc: sketch out pull request template (#437) My main concern here is to remind contributors (_including myself_) about the documents they should have read and that every change may entail also changes in ooni/spec. This work counts as a cleanup before closing https://github.com/ooni/probe/issues/1729. --- PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..f2f5be9 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +## Checklist + +- [ ] I have read the [contribution guidelines](https://github.com/ooni/probe-cli/blob/master/CONTRIBUTING.md) +- [ ] reference issue for this pull request: REFERENCE_ISSUE_URL +- [ ] related ooni/spec pull request: RELATED_OONI_SPEC_PULL_REQUEST_URL + +## Description + +Insert here a more detailed description (if applicable).