Skip to content
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

feat: Add PR templates with pre-filled labels #137

Closed
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
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Bug
description: |
Pull request proposing a fix to a bug.
labels: ["bug"]
body:
- type: textarea
id: summary
attributes:
label: "Describe the pull request"
description: |
A clear and concise description of the changes.
validations:
required: true
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Enhancement
description: |
Pull request proposing an enhancement.
labels: ["enhancement"]
body:
- type: textarea
id: summary
attributes:
label: "Describe the pull request"
description: |
A clear and concise description of the changes.
validations:
required: true
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/internal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Internal
description: |
Pull request proposing an internal change that shouldn't show up in the changelog.
labels: ["internal"]
body:
- type: textarea
id: summary
attributes:
label: "Describe the pull request"
description: |
A clear and concise description of the changes.
validations:
required: true