From ddb14b2bf5c15e528931f3d731483fc18eaefd80 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Thu, 15 Mar 2018 14:22:32 +1100 Subject: [PATCH] chore: add github issue and pr templates --- .github/ISSUE_TEMPLATE.md | 22 ++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 2 files changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..9c0cb50bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,22 @@ +## Software versions + +* **pact-broker gem version:** eg 2.3.1 +* **pact-broker docker version:** eg 2.3.1-1 +* **OS**: e.g. Mac OSX 10.11.5 +* **pact broker client details:** eg. pact-ruby-standalone CLI v 1.23.0 + +## Expected behaviour + +TBC + +## Actual behaviour + +TBC + +## Steps to reproduce + +Provide a repository, gist or reproducable code snippet so that we can test the problem. + +## Relevent log files + +Please ensure you set logging to `DEBUG` and attach any relevant log files here (or link from a gist). diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..a5c5f0ec1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +# Pull request guidelines + +* Please [squash your commits](squash) into one commit. +* Please use [semantic commit messages](semantic-commit-messages) so that your changes will show up correctly in the generated change log. +* Please ensure you have followed the guidelines in [CONTRIBUTING.md](./CONTRIBUTING.md) +* And please remove this text before opening a PR + +[semantic-commit-messages]: http://karma-runner.github.io/2.0/dev/git-commit-msg.html +[squash]: https://github.com/todotxt/todo.txt-android/wiki/Squash-All-Commits-Related-to-a-Single-Issue-into-a-Single-Commit