From 8623a281d92ce13558e57a5f59fcc49f1f3fe999 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 23 May 2019 08:51:10 +0100 Subject: [PATCH] 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.