Skip to content

Commit

Permalink
fix: clean up issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller committed Nov 1, 2024
1 parent 04d94ff commit 40e6234
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 52 deletions.
48 changes: 9 additions & 39 deletions .github/ISSUE_TEMPLATE/bug.yml
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
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/feature.yml
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
8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/other.yml

This file was deleted.

0 comments on commit 40e6234

Please sign in to comment.