generated from cisagov/ScubaGear
-
Notifications
You must be signed in to change notification settings - Fork 28
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 #595
Open
mitchelbaker-cisa
wants to merge
17
commits into
main
Choose a base branch
from
359-convert-issue-templates-in-markdown-to-githubs-issue-forms
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.
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
29b5293
First verison of bug markdown
LaurenBassett 5141590
Bug in yaml code
LaurenBassett 0febb64
More small changes to yaml file
LaurenBassett cc5dbe0
Name must be unique
LaurenBassett 922ff93
Added Idea Yaml
LaurenBassett b92a0b5
newIdea Bug fix
LaurenBassett d5ce44e
Update newidea.yaml
LaurenBassett 5f867fe
Update newidea.yaml
LaurenBassett 9c7697c
Update newidea.yaml
LaurenBassett 7e354a9
Create config.yml
mitchelbaker-cisa bfdefe8
Update newidea.yaml
mitchelbaker-cisa b70e602
Update reportbug.yaml
mitchelbaker-cisa c364145
modify bugreport.yml/newidea.yml files
mitchelbaker-cisa c60a49e
improve wording, set some inputs to required
mitchelbaker-cisa 6ed06e2
prepend 1/2 to issue templates for order
mitchelbaker-cisa 345da8e
Update 2-bugreport.yaml
mitchelbaker-cisa be7c819
lint yaml; delete baseline-content-policy-comment.md
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,67 @@ | ||
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: Python Version | ||
description: Which Python version are you using? | ||
placeholder: Enter your Python version (e.g., 3.10, 3.12) | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: PowerShell Version (optional) | ||
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. PowerShell? |
||
description: Which PowerShell version are you using? | ||
placeholder: Enter PowerShell version (e.g., 5.1, 7.0) | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: "\U0001F41B Summary" | ||
description: What's wrong? Please be specific. | ||
placeholder: This bug is resulting in an unexpected result in the reports... | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. Using this environment... | ||
2. Ran scubagoggles gws with these parameters... | ||
3. Got this specific error output at this line number... | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: What did you expect to happen that didn't? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Any helpful log output or screenshots? (optional) | ||
description: | | ||
Links? References? Anything that will give us more context about the issue you are encountering! | ||
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 was deleted.
Oops, something went wrong.
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
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.
The dropdown is nice but we'll also want the user to enter in a specific OS versions. Windows version 10, 11 server 2022 etc
macOS version Sonoma, Sequoia etc.
Linux distro+ version: Ubuntu, kali, mint, whatever else + version i.e Ubuntu 22.04 LTS
Maybe another text box for this information?