Skip to content

Commit 40f1df9

Browse files
authored
Meta: Rename PR templates to be more descriptive in the GitHu UI (#2998)
* Rename PR templates to be more descriptive in the GitHu UI * Remove currently-unused data block & extra heading from PR templates
1 parent f009036 commit 40f1df9

File tree

5 files changed

+1
-36
lines changed

5 files changed

+1
-36
lines changed

.github/PULL_REQUEST_TEMPLATE/accept-reject-pep.md renamed to .github/PULL_REQUEST_TEMPLATE/Accept or Reject a PEP.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
---
2-
name: Accept/Reject PEP
3-
about: Mark a draft Standards Track PEP as accepted or rejected
4-
title: "PEP NNN: Mark as Accepted"
5-
---
6-
7-
# Accept/Reject PEP
8-
91
<!--
102
You can help complete the following checklist yourself if you like
113
by ticking any boxes you're sure about, like this: [x]
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
---
2-
name: Other
3-
about: Infra or meta change not falling in another category
4-
---
5-
61
<!--
2+
This template is for an infra or meta change not belonging to another category.
73
**Please** read our Contributing Guidelines (CONTRIBUTING.rst)
84
to make sure this repo is the right place for your proposed change. Thanks!
95
-->

.github/PULL_REQUEST_TEMPLATE/mark-pep-final.md renamed to .github/PULL_REQUEST_TEMPLATE/Mark a PEP Final.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
---
2-
name: Mark PEP Final
3-
about: Mark an Accepted Standards Track PEP as Final
4-
title: "PEP NNN: Mark Final"
5-
---
6-
7-
# Mark PEP Final
8-
91
<!--
102
You can help complete the following checklist yourself if you like
113
by ticking any boxes you're sure about, like this: [x]

.github/PULL_REQUEST_TEMPLATE/modify-pep.md renamed to .github/PULL_REQUEST_TEMPLATE/Modify an existing PEP.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
name: Update/modify PEP
3-
about: Add to or change an existing PEP
4-
title: "PEP NNN: Description of change"
5-
---
6-
71
<!--
82
**Please** read our Contributing Guidelines (CONTRIBUTING.rst)
93
to make sure this repo is the right place for your proposed change. Thanks!

.github/PULL_REQUEST_TEMPLATE/new-pep.md renamed to .github/PULL_REQUEST_TEMPLATE/Propose a new PEP.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
---
2-
name: New PEP
3-
about: Submit a new draft PEP
4-
title: "PEP NNN: Title of PEP"
5-
labels: "new-pep"
6-
---
7-
8-
# New PEP
9-
101
<!--
112
You can use the following checklist when double-checking your PEP,
123
and you can help complete some of it yourself if you like

0 commit comments

Comments
 (0)