-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #474 from serverlessworkflow/feat-form-based-issue…
…s-templates Replace standard issue templates by form-based ones
- Loading branch information
Showing
6 changed files
with
145 additions
and
26 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,72 @@ | ||
name: Bug Report | ||
description: Create a bug report | ||
labels: ["type: bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
:pray: Thanks for taking the time to fill out this bug report! | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Bug Report | ||
- type: textarea | ||
id: i-tried-this | ||
attributes: | ||
label: "I tried this:" | ||
placeholder: "What did you try to do? A code snippet or example helps." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: instead-what-happened | ||
attributes: | ||
label: "This happened:" | ||
placeholder: "What happened instead of what you've expected?" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: what-did-you-expect | ||
attributes: | ||
label: "I expected this:" | ||
placeholder: "What did you expect to happen? Describe the output or behavior you expected to see (unless it's obvious)." | ||
|
||
- type: textarea | ||
id: workaround | ||
attributes: | ||
label: "Is there a workaround?" | ||
placeholder: "What's the workaround to avoid this issue?" | ||
|
||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
placeholder: | | ||
Links? References? Logs? Anything that will give us more context about the issue you are encountering. | ||
Tip: You can attach images or log files by dragging files in. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Environment | ||
- type: dropdown | ||
id: platform | ||
attributes: | ||
label: "Platform(s)" | ||
multiple: true | ||
options: | ||
- MacOS | ||
- Linux | ||
- Windows | ||
- Other | ||
|
||
- type: textarea | ||
attributes: | ||
label: Community Notes | ||
value: | | ||
<!-- Please keep this note for the community --> | ||
* Please vote by adding a 👍 reaction to the issue to help us prioritize. | ||
* If you are interested to work on this issue, please leave a comment.name: Bug Report 🐞 |
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: Create a feature request | ||
labels: ["type: enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
:pray: Thanks for taking the time to fill out this feature request! | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Feature Request | ||
- type: textarea | ||
id: what-would-you-like-to-be-added | ||
attributes: | ||
label: "What would you like to be added?" | ||
placeholder: "Description of the feature you'd like to see." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: proposals | ||
attributes: | ||
label: "Proposal(s):" | ||
placeholder: "Describe your proposal(s) and any relevant details here." | ||
|
||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: "Alternative(s):" | ||
placeholder: "Describe any alternative approaches, options, or suggestions you’d like to consider." | ||
|
||
- type: textarea | ||
id: additional-info | ||
attributes: | ||
label: "Additional info:" | ||
placeholder: "Provide any supplementary details, context, or supporting information here." | ||
|
||
- type: textarea | ||
attributes: | ||
label: Community Notes | ||
value: | | ||
<!-- Please keep this note for the community --> | ||
* Please vote by adding a 👍 reaction to the feature to help us prioritize. | ||
* If you are interested to work on this feature, please leave a comment. |
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
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,2 @@ | ||
blank_issues_enabled: false | ||
contact_links: [] |