-
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add github issue and pr templates
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |