Skip to content

Commit 33df107

Browse files
committed
Link all the templates
Signed-off-by: Michał Górny <mgorny@quansight.com>
1 parent b5fac8d commit 33df107

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Template selection
22

3-
Please go to the Preview tab and select the appropriate template:
3+
Please go to the "Preview" tab and select the appropriate template:
44

5+
* [I want to mark a package as broken (or not broken)](?expand=1&template=broken.md)
6+
* [I want to archive a feedstock](?expand=1&template=archive.md)
7+
* [I want to request (or revoke) access to an opt-in CI resource](?expand=1&template=ci-resource.md)
8+
* [I want to copy an artifact following CFEP-3](?expand=1&template=cfep-3.md)
59
* [I want to add a package output to a feedstock](?expand=1&template=add-feedstock-output.md)

.github/PULL_REQUEST_TEMPLATE/add-feedstock-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Cheers and thank you for contributing to conda-forge!
1111

1212
## Checklist:
1313

14-
* [ ] I want to add a package output to a feedstock:
14+
* [x] I want to add a package output to a feedstock:
1515
* [ ] Pinged the relevant feedstock team(s)
1616
* [ ] Added a small description of why the output is being added.
1717

.github/PULL_REQUEST_TEMPLATE/archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Cheers and thank you for contributing to conda-forge!
1111

1212
## Checklist:
1313

14-
* [ ] I want to archive a feedstock:
14+
* [x] I want to archive a feedstock:
1515
* [ ] Pinged the team for that feedstock for their input.
1616
* [ ] Make sure you have opened an issue on the feedstock explaining why it was archived.
1717
* [ ] Linked that issue in this PR description.

.github/PULL_REQUEST_TEMPLATE/broken.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ What will happen when a package is marked broken?
3030

3131
## Checklist:
3232

33-
* [ ] I want to mark a package as broken (or not broken):
33+
* [x] I want to mark a package as broken (or not broken):
3434
* [ ] Added a description of the problem with the package in the PR description.
3535
* [ ] Pinged the team for the package for their input.
3636

.github/PULL_REQUEST_TEMPLATE/cfep-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Cheers and thank you for contributing to conda-forge!
1111

1212
## Checklist:
1313

14-
* [ ] I want to copy an artifact following [CFEP-3](https://github.com/conda-forge/cfep/blob/main/cfep-03.md):
14+
* [x] I want to copy an artifact following [CFEP-3](https://github.com/conda-forge/cfep/blob/main/cfep-03.md):
1515
* [ ] Pinged the relevant feedstock team(s)
1616
* [ ] Added a reference to the original PR
1717
* [ ] Posted a link to the conda artifacts

.github/PULL_REQUEST_TEMPLATE/ci-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Cheers and thank you for contributing to conda-forge!
1111

1212
## Checklist:
1313

14-
* [ ] I want to request (or revoke) access to an opt-in CI resource:
14+
* [x] I want to request (or revoke) access to an opt-in CI resource:
1515
* [ ] Pinged the relevant feedstock team(s)
1616
* [ ] Added a small description explaining why access is needed
1717

0 commit comments

Comments
 (0)