Skip to content

Commit d83e14f

Browse files
committed
Add Github PR Convention to PR templates
1 parent 838ebf3 commit d83e14f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/PULL_REQUEST_TEMPLATE/full_pr.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ labels: ["attention: needs-review"]
44

55
---
66

7-
Please include the following checklist in your PR:
7+
Read [Github PR Conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#github-pull-request-conventions)
8+
and please include the following checklist in your PR:
89

910
* [ ] Patches conform to the [coding conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#other-conventions).
1011
* [ ] Any changes that could be relevant to users [have been recorded in the changelog](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#changelog).

.github/PULL_REQUEST_TEMPLATE/simple_pr.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ labels: ["attention: needs-review"]
44

55
---
66

7-
Please include the following checklist in your PR:
7+
Read [Github PR Conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#github-pull-request-conventions)
8+
and please include the following checklist in your PR:
89

910
* [ ] Patches conform to the [coding conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#other-conventions).

0 commit comments

Comments
 (0)