Skip to content

Meta: Rename PR templates to be more descriptive in the GitHub UI #2998

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
---
name: Accept/Reject PEP
about: Mark a draft Standards Track PEP as accepted or rejected
title: "PEP NNN: Mark as Accepted"
---

# Accept/Reject PEP

<!--
You can help complete the following checklist yourself if you like
by ticking any boxes you're sure about, like this: [x]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
name: Other
about: Infra or meta change not falling in another category
---

<!--
This template is for an infra or meta change not belonging to another category.
**Please** read our Contributing Guidelines (CONTRIBUTING.rst)
to make sure this repo is the right place for your proposed change. Thanks!
-->
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
---
name: Mark PEP Final
about: Mark an Accepted Standards Track PEP as Final
title: "PEP NNN: Mark Final"
---

# Mark PEP Final

<!--
You can help complete the following checklist yourself if you like
by ticking any boxes you're sure about, like this: [x]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
---
name: Update/modify PEP
about: Add to or change an existing PEP
title: "PEP NNN: Description of change"
---

<!--
**Please** read our Contributing Guidelines (CONTRIBUTING.rst)
to make sure this repo is the right place for your proposed change. Thanks!
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
---
name: New PEP
about: Submit a new draft PEP
title: "PEP NNN: Title of PEP"
labels: "new-pep"
---

# New PEP

<!--
You can use the following checklist when double-checking your PEP,
and you can help complete some of it yourself if you like
Expand Down