Skip to content

Commit d2395c5

Browse files
authored
[meta] Update links in PR templates (apple#10)
1 parent 2d719d7 commit d2395c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
Replace this paragraph with a description of your changes and rationale. Provide links to an existing issue or external references/discussions, if appropriate.
1616

1717
### Checklist
18-
- [ ] I've read the [Contribution Guidelines](../CONTRIBUTING.md)
19-
- [ ] My contributions are licensed under the [Swift license](https://swift.org/LICENSE.txt).
18+
- [ ] I've read the [Contribution Guidelines](/README.md#contributing-to-swift-collections)
19+
- [ ] My contributions are licensed under the [Swift license](/LICENSE.txt).
2020
- [ ] I've followed the coding style of the rest of the project.
2121
- [ ] I've added tests covering all new code paths my change adds to the project (if appropriate).
2222
- [ ] I've added benchmarks covering new functionality (if appropriate).

.github/PULL_REQUEST_TEMPLATE/NEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ How did you verify the new feature performs as expected?
3636
What is the impact of this change on existing users of this package? Does it deprecate or remove any existing API?
3737

3838
### Checklist
39-
- [ ] I've read the [Contribution Guidelines](../../CONTRIBUTING.md)
39+
- [ ] I've read the [Contribution Guidelines](/README.md#contributing-to-swift-collections)
4040
- [ ] My contributions are licensed under the [Swift license](https://swift.org/LICENSE.txt).
4141
- [ ] I've followed the coding style of the rest of the project.
4242
- [ ] I've added tests covering all new code paths my change adds to the project (to the extent possible).

0 commit comments

Comments
 (0)