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

issue and pull request template #310

Merged
merged 2 commits into from
Sep 3, 2024
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
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Bug Report
description: What steps will reproduce the problem?
labels: Bug
body:
- type: textarea
id: description
attributes:
label: Description
description: Description of the problem found
validations:
required: true
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Feature Request
description: Describe the feature briefly
body:
- type: textarea
id: description
attributes:
label: Description
description: What do we aim to achieve?
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
| Q | A |
|--------------|-----------------------------------------------------------|
| Is bugfix? | **Yes / No** |
| New feature? | **Yes / No** |
| Breaks BC? | **Yes / No** |
| Fixed issues | comma-separated list of tickets # fixed by the PR, if any |

------
_Description of the changes being made._
Loading