From bee7b2bff3bfba7a56cc7906b44b07d6faf0d40b Mon Sep 17 00:00:00 2001 From: Hugo Reeves <20039091+HugoReeves@users.noreply.github.com> Date: Sat, 25 Aug 2018 17:03:07 +1200 Subject: [PATCH 1/3] Created pr template --- pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 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..acf8f8d --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,15 @@ +Does this pull request include an item addition/removal/edit? yes/no + +If you answered yes to the previous question, ensure that your answers to the following questions are all yes; otherwise, delete this template and draft your own PR. + +Did you edit the `/data` directory instead of the [README.md](https://github.com/ipfs/awesome-ipfs/blob/master/README.md)? yes/no + +Does this PR include only one addition/removal/edit? yes/no + +Did you run the `make build` command following your edits to the `/data` directory? yes/no + +Have you followed the [CONTRIBUTING.md guidelines](https://github.com/ipfs/awesome-ipfs/blob/master/CONTRIBUTING.md)? yes/no + +# Details + +Provide details of your changes here. \ No newline at end of file From 23e5c7c86129778a5b0c0fd0012a6e981da25f71 Mon Sep 17 00:00:00 2001 From: Hugo Reeves <20039091+HugoReeves@users.noreply.github.com> Date: Mon, 27 Aug 2018 19:31:07 +1200 Subject: [PATCH 2/3] Using checkboxes --- pull_request_template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index acf8f8d..d00e03d 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,14 +1,14 @@ Does this pull request include an item addition/removal/edit? yes/no -If you answered yes to the previous question, ensure that your answers to the following questions are all yes; otherwise, delete this template and draft your own PR. +If you answered yes to the previous question, ensure that you have followed all these steps, otherwise, delete this template and draft your own PR. -Did you edit the `/data` directory instead of the [README.md](https://github.com/ipfs/awesome-ipfs/blob/master/README.md)? yes/no +- [ ] I edited the `/data` directory instead of the [README.md](https://github.com/ipfs/awesome-ipfs/blob/master/README.md). -Does this PR include only one addition/removal/edit? yes/no +- [ ] This PR includes only one addition/removal/edit. -Did you run the `make build` command following your edits to the `/data` directory? yes/no +- [ ] I ran the `make build` command following my edits to the `/data` directory. -Have you followed the [CONTRIBUTING.md guidelines](https://github.com/ipfs/awesome-ipfs/blob/master/CONTRIBUTING.md)? yes/no +- [ ] I have followed the [CONTRIBUTING.md guidelines](https://github.com/ipfs/awesome-ipfs/blob/master/CONTRIBUTING.md). # Details From 8623a281d92ce13558e57a5f59fcc49f1f3fe999 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 23 May 2019 08:51:10 +0100 Subject: [PATCH 3/3] Update pull_request_template.md --- pull_request_template.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index d00e03d..5ded142 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,15 +1,19 @@ -Does this pull request include an item addition/removal/edit? yes/no +## What kind of change is it? -If you answered yes to the previous question, ensure that you have followed all these steps, otherwise, delete this template and draft your own PR. +- [ ] Addition +- [ ] Removal +- [ ] Edit +- [ ] Other + + + +### Checklist - [ ] I edited the `/data` directory instead of the [README.md](https://github.com/ipfs/awesome-ipfs/blob/master/README.md). - - [ ] This PR includes only one addition/removal/edit. - - [ ] I ran the `make build` command following my edits to the `/data` directory. - - [ ] I have followed the [CONTRIBUTING.md guidelines](https://github.com/ipfs/awesome-ipfs/blob/master/CONTRIBUTING.md). -# Details +## Details -Provide details of your changes here. \ No newline at end of file +Provide details of your changes here.