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.