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] 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