-
-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(github): use form based issue templates (#529)
- Loading branch information
Showing
6 changed files
with
186 additions
and
107 deletions.
There are no files selected for viewing
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,69 @@ | ||
name: Bug report 🐛 | ||
description: Report a bug to help us improve | ||
labels: ['bug'] | ||
assignees: | ||
- orhun | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: checkboxes | ||
id: new-bug | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for the bug you encountered. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: Description of the bug | ||
description: Tell us what bug you encountered and what should have happened | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
Please tell us how to reproduce this bug, for example: | ||
1. Build with '...' arguments | ||
2. Run with '....' arguments | ||
4. Use '...' configuration options | ||
5. See the error | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected behavior | ||
description: What should be the expected behavior. | ||
placeholder: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots / Logs | ||
description: If applicable, add screenshots to help explain your problem. | ||
placeholder: Paste your screenshots here. | ||
- type: textarea | ||
id: software-info | ||
attributes: | ||
label: Software information | ||
description: Please provide the following information about your environment. | ||
value: | | ||
- Operating system: | ||
- Rust version: | ||
- Project version: | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: Do you want to share any additional context about this bug? | ||
placeholder: Add any other context about the problem here. |
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,47 @@ | ||
name: Feature request ⛰️ | ||
description: Suggest an idea for this project | ||
labels: ['feature/request'] | ||
assignees: | ||
- orhun | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thank you for suggesting this feature! The more information you provide, the more likely it is that it will be picked up. | ||
- type: checkboxes | ||
id: new-feature | ||
attributes: | ||
label: Is there an existing issue or pull request for this? | ||
description: Please search to see if an issue or pull request already exists for the feature you desire. | ||
options: | ||
- label: I have searched the existing issues and pull requests | ||
required: true | ||
- type: textarea | ||
id: feature-description | ||
attributes: | ||
label: Feature description | ||
description: Is your feature request related to a problem? Please describe. | ||
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: desired-solution | ||
attributes: | ||
label: Desired solution | ||
description: Describe the solution you'd like | ||
placeholder: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives-considered | ||
attributes: | ||
label: Alternatives considered | ||
description: Describe alternatives you've considered | ||
placeholder: A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: Do you want to share any additional context about this bug? | ||
placeholder: Add any other context about the problem here. |
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,70 @@ | ||
name: GitHub Integration ⚙️ | ||
description: Report a bug or request a feature about GitHub integration | ||
labels: ['github_integration'] | ||
assignees: | ||
- orhun | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
Please see https://git-cliff.org/docs/integration/github for more information about GitHub integration. | ||
- type: checkboxes | ||
id: new-bug | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for the bug you encountered. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: Description of the bug | ||
description: Tell us what bug you encountered and what should have happened | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
Please tell us how to reproduce this bug, for example: | ||
1. Build with '...' arguments | ||
2. Run with '....' arguments | ||
4. Use '...' configuration options | ||
5. See the error | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected behavior | ||
description: What should be the expected behavior. | ||
placeholder: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots / Logs | ||
description: If applicable, add screenshots to help explain your problem. | ||
placeholder: Paste your screenshots here. | ||
- type: textarea | ||
id: software-info | ||
attributes: | ||
label: Software information | ||
description: Please provide the following information about your environment. | ||
value: | | ||
- Operating system: | ||
- Rust version: | ||
- Project version: | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: Do you want to share any additional context about this bug? | ||
placeholder: Add any other context about the problem here. |