From 2aca86b4341fd81b23f002dfabecd29a7aa8988c Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Wed, 18 Aug 2021 11:46:37 +0200 Subject: [PATCH] fix: improve the pull request template (#439) Specifically, don't say the description is optional and make sure there is a handy link to the issue tracker. --- PULL_REQUEST_TEMPLATE.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index f2f5be9..1dfcac0 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,11 @@ ## 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 +- [ ] reference issue for this pull request: `REFERENCE_ISSUE_URL` +- [ ] related ooni/spec pull request: `RELATED_OONI_SPEC_PULL_REQUEST_URL` + +Location of the issue tracker: https://github.com/ooni/probe ## Description -Insert here a more detailed description (if applicable). +Please, insert here a more detailed description.