diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..5ded142 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,19 @@ +## What kind of change is it? + +- [ ] 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 + +Provide details of your changes here.