Skip to content

Commit

Permalink
chore: add github issue and pr templates
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 15, 2018
1 parent 6538dfe commit ddb14b2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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).
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ddb14b2

Please sign in to comment.