generated from kestra-io/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04d94ff
commit 40e6234
Showing
3 changed files
with
11 additions
and
52 deletions.
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 |
---|---|---|
@@ -1,55 +1,25 @@ | ||
name: Bug Report | ||
name: Bug report | ||
description: File a bug report | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for reporting an issue, please review the task list below before submitting the issue. Your issue report will be closed if the issue is incomplete and the below tasks not completed. | ||
NOTE: If you are unsure about something and the issue is more of a question a better place to ask questions is on [Slack](https://kestra.io/slack). | ||
Thanks for reporting an issue! Please provide a [Minimal Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) and share any additional information that may help reproduce, troubleshoot, and hopefully fix the issue, including screenshots, error traceback, and your Kestra server logs. For quick questions, you can contact us directly on [Slack](https://kestra.io/slack). | ||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: A concise description of what you expected to happen. | ||
placeholder: Tell us what should happen | ||
label: Describe the issue | ||
description: A concise description of the issue and how we can reproduce it. | ||
placeholder: Describe the issue step by step | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Actual Behaviour | ||
description: A concise description of what you're experiencing. | ||
placeholder: Tell us what happens instead | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. In this environment... | ||
2. With this config... | ||
3. Run '...' | ||
4. See error... | ||
validations: | ||
required: false | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Environment Information | ||
label: Environment | ||
description: Environment information where the problem occurs. | ||
value: | | ||
- Kestra Version: | ||
- Plugin version: | ||
- Operating System (OS / Docker / Kubernetes): | ||
- Java Version (If not docker): | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Example flow | ||
description: Example flow source. | ||
placeholder: | | ||
If relevant, an example flow | ||
- Kestra Version: develop | ||
validations: | ||
required: false | ||
labels: | ||
- bug | ||
- area/plugin |
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 |
---|---|---|
@@ -1,15 +1,12 @@ | ||
name: Feature request | ||
description: Create a new feature request | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please describe the feature you want for Kestra to implement, before that check if there is already an existing issue to add it. | ||
- type: textarea | ||
attributes: | ||
label: Feature description | ||
placeholder: Tell us what feature you would like for Kestra to have and what problem is it going to solve | ||
placeholder: Tell us more about your feature request | ||
validations: | ||
required: true | ||
labels: | ||
- enhancement | ||
- area/plugin |
This file was deleted.
Oops, something went wrong.