Skip to content

Commit f549ddf

Browse files
Merge pull request #30 from bethesque/contributing
Add some guidelines for raising issues
2 parents c86b3a0 + 1f19a0e commit f549ddf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Raising issues
2+
3+
_Before raising an issue, please ensure that you are using the latest version of pact-python._
4+
5+
Please provide the following information with your issue to enable us to respond as quickly as possible.
6+
7+
* The relevant versions of the packages you are using.
8+
* The steps to recreate your issue.
9+
* The full stacktrace if there is an exception.
10+
* An executable code example where possible. You can fork this repository and use the [e2e] directory to quickly recreate your issue.
11+
112
# Contributing
213

314
1. Fork it
@@ -12,3 +23,5 @@ might impact other work that is in flight.
1223

1324
We also appreciate it if you take the time to update and write tests for any changes
1425
you submit.
26+
27+
[e2e]: https://github.com/pact-foundation/pact-python/tree/master/e2e

0 commit comments

Comments
 (0)