-
Notifications
You must be signed in to change notification settings - Fork 256
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
Convert issue templates in markdown to GitHub's issue forms #1562
Open
mitchelbaker-cisa
wants to merge
5
commits into
main
Choose a base branch
from
1283-convert-to-github-form-template
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+109
β0
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
0e8e81e
revise issue form templates
mitchelbaker-cisa 55983d2
fix linter
mitchelbaker-cisa edf04dd
Update 1-newidea.yaml
mitchelbaker-cisa 5c42991
Update 1-newidea.yaml
mitchelbaker-cisa d1f1839
Update 2-bugreport.yaml
mitchelbaker-cisa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: "\U0001F4A1 Submit a feature request / idea" | ||
description: Describe an idea, todo, feature, task, improvement, issue, epic, or story | ||
labels: | ||
- enhancement | ||
|
||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Prerequisites | ||
options: | ||
- label: This issue has an informative and human-readable title. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "\U0001F4A1 Summary" | ||
description: What is the work, as a high-level summary? | ||
placeholder: | | ||
The purpose of this issue is to accomplish x task for y reason... | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Motivation and context | ||
description: Why does this work belong in this project? | ||
placeholder: | | ||
This would be useful because... | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Implementation notes | ||
description: Please provide details for implementation. | ||
placeholder: | | ||
1. An example for how this would be used | ||
2. What would this look like | ||
3. How this would act | ||
4. Any related work, including links to related issues | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Acceptance criteria (optional) | ||
description: How do we know when this work is done? | ||
placeholder: | | ||
- [ ] The new feature is fully implemented based on x, y, z criteria | ||
- [ ] Additional unit test coverage is added | ||
- [ ] Any other criteria | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,59 @@ | ||||||||||||||||||||||
name: "\U0001F41B Bug report" | ||||||||||||||||||||||
description: Describe a bug, error, unexpected behavior, or other problem | ||||||||||||||||||||||
labels: | ||||||||||||||||||||||
- bug | ||||||||||||||||||||||
|
||||||||||||||||||||||
body: | ||||||||||||||||||||||
- type: checkboxes | ||||||||||||||||||||||
attributes: | ||||||||||||||||||||||
label: Prerequisites | ||||||||||||||||||||||
options: | ||||||||||||||||||||||
- label: This issue has an informative and human-readable title. | ||||||||||||||||||||||
required: true | ||||||||||||||||||||||
- type: dropdown | ||||||||||||||||||||||
attributes: | ||||||||||||||||||||||
label: Operating System | ||||||||||||||||||||||
description: Which operating system are you using? | ||||||||||||||||||||||
options: | ||||||||||||||||||||||
- Windows | ||||||||||||||||||||||
- macOS | ||||||||||||||||||||||
- Linux | ||||||||||||||||||||||
validations: | ||||||||||||||||||||||
required: true | ||||||||||||||||||||||
- type: input | ||||||||||||||||||||||
attributes: | ||||||||||||||||||||||
label: PowerShell Version | ||||||||||||||||||||||
description: Which PowerShell version are you using? | ||||||||||||||||||||||
placeholder: Enter PowerShell version (e.g., 5.1, 7.0) | ||||||||||||||||||||||
validations: | ||||||||||||||||||||||
required: true | ||||||||||||||||||||||
- type: textarea | ||||||||||||||||||||||
attributes: | ||||||||||||||||||||||
label: "\U0001F41B Summary" | ||||||||||||||||||||||
description: What's wrong? Please be specific. | ||||||||||||||||||||||
placeholder: Seeing unexpected results in the reports... | ||||||||||||||||||||||
validations: | ||||||||||||||||||||||
required: true | ||||||||||||||||||||||
- type: textarea | ||||||||||||||||||||||
attributes: | ||||||||||||||||||||||
label: Steps to reproduce | ||||||||||||||||||||||
description: Steps to reproduce the behavior. | ||||||||||||||||||||||
placeholder: | | ||||||||||||||||||||||
1. Do this | ||||||||||||||||||||||
2. Then this | ||||||||||||||||||||||
validations: | ||||||||||||||||||||||
required: true | ||||||||||||||||||||||
- type: textarea | ||||||||||||||||||||||
attributes: | ||||||||||||||||||||||
label: Expected behavior | ||||||||||||||||||||||
description: What did you expect to happen that didn't? | ||||||||||||||||||||||
validations: | ||||||||||||||||||||||
required: true | ||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd suggest adding another optional field here to capture the output from Initialize-SCuBA. Doing so has the following value:
Suggested change
|
||||||||||||||||||||||
- type: textarea | ||||||||||||||||||||||
attributes: | ||||||||||||||||||||||
label: Any helpful log output or screenshots? (optional) | ||||||||||||||||||||||
description: | | ||||||||||||||||||||||
Paste the results here: | ||||||||||||||||||||||
placeholder: "Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in." | ||||||||||||||||||||||
validations: | ||||||||||||||||||||||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add ScubaGear version to bug report.