You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few of the `CONTRIBUTING.md` link were invalid, either due to
referring to the `main` branch instead of `master`, or missing the
`/blob/` segment in the path.
Resolves: #592
Signed-off-by: JP-Ellis <[email protected]>
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
<!--
2
2
Thank you for sending the PR! We appreciate you spending the time to work on these changes.
3
-
You can learn more about contributing to Pact-python here: https://github.com/pact-foundation/pact-python/blob/main/CONTRIBUTING.md
3
+
You can learn more about contributing to Pact-python here: https://github.com/pact-foundation/pact-python/blob/master/CONTRIBUTING.md
4
4
5
5
Happy contributing!
6
6
-->
7
7
8
8
## :airplane: Pre-flight checklist
9
9
10
-
-[ ] I have read the [Contributing Guidelines on pull requests](https://github.com/pact-foundation/pact-python/blob/main/CONTRIBUTING.md#pull-requests).
10
+
-[ ] I have read the [Contributing Guidelines on pull requests](https://github.com/pact-foundation/pact-python/blob/master/CONTRIBUTING.md#pull-requests).
11
11
-[ ]**If this is a code change**: I have written unit tests and/or added dogfooding pages to fully verify the new behavior.
12
12
-[ ]**If this is a new API or substantial change**: the PR has an accompanying issue (closes #0000) and the maintainers have approved on my working plan.
0 commit comments