Skip to content

Commit ab008d9

Browse files
authored
pull_request_template.md: fix link to the Contributor Guide (#1178)
* pull_request_template.md: fix link to the `Contributor Guide` Used a relative link * Update .github/pull_request_template.md
1 parent 9b9cb2d commit ab008d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- If this is your first PR in the Lucene.NET repo, please run through the checklist
66
below to ensure a smooth review and merge process for your PR. -->
77

8-
- [ ] You've read the [Contributor Guide](https://github.com/apache/lucenenet/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://www.apache.org/foundation/policies/conduct.html).
8+
- [ ] You've read the [Contributor Guide](https://github.com/apache/lucenenet/blob/master/CONTRIBUTING.md) and [Code of Conduct](https://www.apache.org/foundation/policies/conduct.html).
99
- [ ] You've included unit or integration tests for your change, where applicable.
1010
- [ ] You've included inline docs for your change, where applicable.
1111
- [ ] There's an open issue for the PR that you are making. If you'd like to propose a change, please [open an issue](https://github.com/apache/lucenenet/issues/new/choose) to discuss the change or find an existing issue.

0 commit comments

Comments
 (0)