-
Notifications
You must be signed in to change notification settings - Fork 60
Move from issue templates to issue forms #430
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
a00df77
Move from issue templates to issue forms
vedarolap d2a1673
Issue templates: update config to point to #osprey channel
cassidyjames c1113fb
Issue templates: remove egg-idea
cassidyjames 831d13e
Issue templates: More closely match Coop's bug template
cassidyjames 3742267
Issue templates: More closely mirror Coop's feature request
cassidyjames db519f7
Issue templates: apply suggestions from code review
cassidyjames 15eae3c
Merge branch 'main' into issue-forms
cassidyjames 8b2ec17
Issue templates: Fix mixed line endings
cassidyjames 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 hidden or 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,90 @@ | ||
| name: Bug report | ||
| description: Create a report to help us improve | ||
| type: bug | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: > | ||
| Thanks for taking the time to report a bug in Osprey! **Please | ||
| provide as much detail as you can** so we can properly confirm, | ||
| triage, and ultimately fix your bug. | ||
|
|
||
| - type: textarea | ||
| id: description | ||
| attributes: | ||
| label: Problem description | ||
| description: A clear and concise description of what the bug is. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: reproduce | ||
| attributes: | ||
| label: To reproduce | ||
| description: Steps to reproduce the behavior. | ||
| placeholder: | | ||
| 1. Go to '...' | ||
| 2. Click on '....' | ||
| 3. Scroll down to '....' | ||
| 4. See error | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: expected | ||
| attributes: | ||
| label: Expected behavior | ||
| description: A clear and concise description of what you expected to happen. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: input | ||
| id: os | ||
| attributes: | ||
| label: OS | ||
| placeholder: e.g. macOS 14, Ubuntu 22.04 | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: dropdown | ||
| id: browsers | ||
| attributes: | ||
| label: Affected browser(s) | ||
| description: > | ||
| Which browser(s) are you seeing the problem in? Leave blank if it's | ||
| not a front-end issue. If an affected browser is not included in this | ||
| list, mention it below. | ||
| multiple: true | ||
| options: | ||
| - Chrome | ||
| - Firefox | ||
| - Microsoft Edge | ||
| - Safari | ||
|
|
||
| - type: textarea | ||
| id: screenshots | ||
| attributes: | ||
| label: Screenshots/recordings/logs | ||
| description: If applicable, add screenshots or logs to help explain your problem. | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: textarea | ||
| id: extra | ||
| attributes: | ||
| label: Additional context | ||
| description: Add any other context about the problem here. | ||
| validations: | ||
| required: false | ||
|
cassidyjames marked this conversation as resolved.
|
||
|
|
||
| - type: checkboxes | ||
| id: checklist | ||
| attributes: | ||
| label: Checklist | ||
| description: > | ||
| Make sure you've completed each step and reviewed the | ||
| [Code of Conduct](https://github.com/roostorg/.github/blob/main/CODE_OF_CONDUCT.md) | ||
| before submitting. | ||
| options: | ||
| - label: I've reviewed and agree to follow the code of conduct | ||
| required: true | ||
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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,9 @@ | ||
| blank_issues_enabled: false # maintainers can still file blank issues for convenience | ||
| contact_links: | ||
| - name: Discuss Osprey | ||
| about: 'See previously-asked questions and existing discussions about Osprey, or start your own' | ||
| url: https://github.com/roostorg/osprey/discussions | ||
|
|
||
| - name: Chat with contributors | ||
| about: 'Join the ROOST Discord server' | ||
| url: https://discord.gg/5Csqnw2FSQ |
This file contains hidden or 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,43 @@ | ||
| name: Submit an Egg! (Idea) | ||
| description: Tell us what you are proposing | ||
| title: '' | ||
| body: | ||
| - type: textarea | ||
| id: proposing | ||
| attributes: | ||
| label: What are you proposing? | ||
| description: In a few sentences, describe the tool/project/functionality and its core capabilities. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: need | ||
| attributes: | ||
| label: What is the need for this tool/project? | ||
| description: > | ||
| Provide any research, proposals, or requests that indicate this | ||
| would be something for ROOST to build for the open source community. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: problem | ||
| attributes: | ||
| label: What problem are you trying to solve? | ||
| description: > | ||
| Summarize the core use case and user problems and needs you are | ||
| trying to solve. Please describe the most important user needs, pain | ||
| points and impact this project will have. | ||
|
|
||
|
|
||
| - Developer experience: does this have a REST API? | ||
|
|
||
| - Security: are there any security concerns? *Note: Please do not | ||
| report vulnerabilities here — see | ||
| [SECURITY.md](https://github.com/roostorg/.github/blob/main/SECURITY.md)* | ||
|
|
||
| - Breaking changes: Should any features of the project be integrated? | ||
|
|
||
| - User experience: What will the user experience be? | ||
| validations: | ||
| required: true |
This file contains hidden or 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,54 @@ | ||
| name: Feature request | ||
| description: Suggest an idea for this project | ||
| type: feature | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: > | ||
| Thanks for taking the time to request a feature for Osprey! **Please | ||
| provide as much detail as you can** so we can fully understand, | ||
| triage, and address your request. | ||
|
|
||
| - type: textarea | ||
| id: problem | ||
| attributes: | ||
| label: Is your feature request related to a problem? Please describe. | ||
| placeholder: I'm always frustrated when [...] | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: solution | ||
| attributes: | ||
| label: What solution would you like? | ||
| description: A clear and concise description of what you want to happen. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: alternatives | ||
| attributes: | ||
| label: Describe alternatives you have considered | ||
| description: A clear and concise description of any alternative solutions or features you've considered. | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: textarea | ||
| id: extra | ||
| attributes: | ||
| label: Additional context | ||
| description: Add any other context or screenshots about the feature request here. | ||
| validations: | ||
| required: false | ||
|
cassidyjames marked this conversation as resolved.
|
||
|
|
||
| - type: checkboxes | ||
| id: checklist | ||
| attributes: | ||
| label: Checklist | ||
| description: > | ||
| Make sure you've completed each step and reviewed the | ||
| [Code of Conduct](https://github.com/roostorg/.github/blob/main/CODE_OF_CONDUCT.md) | ||
| before submitting. | ||
| options: | ||
| - label: I've reviewed and agree to follow the code of conduct | ||
| required: true | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.