8000 Meta: Add templates/checklists for new, Accepted/Rejected & Final PEPs by CAM-Gerlach · Pull Request #2956 · python/peps · GitHub
[go: up one dir, main page]

Skip to content
8000

Meta: Add templates/checklists for new, Accepted/Rejected & Final PEPs #2956

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 13 commits into from
Feb 1, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Quote YAML title fields in PR templates
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
CAM-Gerlach and hugovk authored Jan 23, 2023
commit a8538d9fd90caf4a3ac78d3232ba60e386343146
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/accept-reject-pep.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Accept/Reject PEP
about: Mark a draft Standards Track PEP as accepted or rejected
title: PEP NNN: Mark as Accepted
title: "PEP NNN: Mark as Accepted"
---

# Accept/Reject PEP
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/mark-pep-final.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Mark PEP Final
about: Mark an Accepted Standards Track PEP as Final
title: PEP NNN: Mark Final
title: "PEP NNN: Mark Final"
---

# Mark PEP Final
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/modify-pep.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Update/modify PEP
about: Add to or change an existing PEP
title: PEP NNN: Description of change
title: "PEP NNN: Description of change"
---

<!--
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/new-pep.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: New PEP
about: Submit a new draft PEP
title: PEP NNN: Title of PEP
title: "PEP NNN: Title of PEP"
labels: "new-pep"
---

Expand Down
0