Skip to content

Commit

Permalink
issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontrowbridge committed Dec 30, 2023
1 parent 701fa07 commit e95bb74
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug", "triage"]
projects: ["octo-org/1", "octo-org/44"]
assignees:
- octocat
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version of our software are you running?
options:
- stable release
- main branch
- other (please specify below)
default: 0
validations:
required: true
- type: checkboxes
id: effects
attributes:
label: What does this bug affect?
description: Check all that apply.
options:
- label: construction
- label: methods
- label: plotting
- label: documentation
- label: tests
- label: other (please specify below)
- type: textarea
id: other-info
attributes:
label: Other information
description: Anything else you want to tell us?
placeholder: Tell us anything else! Screenshots? Error messages? Other context?
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Feature Request
description: Suggest an idea for this project
title: "[Feature]: "
labels: ["enhancement", "triage"]
projects: ["octo-org/1", "octo-org/44"]
assignees:
- octocat
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: textarea
id: feature-description
attributes:
label: Feature Description
description: Describe the feature you'd like.
placeholder: Tell us what you want! (you can use markdown)
value: "I want a feature!"
validations:
required: true
- type: dropdown
id: importance
attributes:
label: Importance
description: How important is this feature to you?
options:
- 1 (lowest)
- 2
- 3
- 4
- 5 (highest)
default: 0
validations:
required: true
- type: checkboxes
id: effects
attributes:
label: What does this feature affect?
description: Check all that apply.
options:
- label: construction
- label: methods
- label: plotting
- label: documentation
- label: tests
- label: other (please specify below)
- type: textarea
id: other-info
attributes:
label: Other information
description: Anything else you want to tell us?
placeholder: Tell us anything else! Fun thoughts? Crazy ideas? Other context?

0 comments on commit e95bb74

Please sign in to comment.