mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
github: use new issue forms instead of template
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
2d797874c7
commit
53bfb3b71a
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,33 +0,0 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Issue description
|
||||
<!-- A clear and concise description of what the issue is -->
|
||||
|
||||
|
||||
### To reproduce
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
|
||||
### Environment
|
||||
|
||||
- `constellation version`:
|
||||
- `constellation-conf.yaml`
|
||||
- (make sure to remove sensitive information, e.g., `yq e 'del(.provider.*.project)' constellation-conf.yaml`)
|
||||
- VM type used to run Constellation.
|
||||
|
||||
### Expected behavior
|
||||
<!-- A clear and concise description of what you expected to happen -->
|
||||
|
||||
### Additional info / screenshot
|
||||
<!-- Any additional information or context -->
|
25
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
25
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
name: Bug report
|
||||
description: File a bug report to help us improve
|
||||
labels: ["bug", "needs-triage"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Issue description
|
||||
description: A concise description of what you're experiencing.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Steps to reproduce the behavior
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Version
|
||||
description: Output of `constellation version`
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Constellation Config
|
||||
description: Make sure to remove sensitive information, e.g., `yq e 'del(.provider.*.project)' constellation-conf.yaml`.
|
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,17 +0,0 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Use case
|
||||
<!-- A clear and concise description of what the problem is. -->
|
||||
|
||||
### Describe your solution
|
||||
<!-- A clear and concise description of what you want to happen. -->
|
||||
|
||||
### Additional context
|
||||
<!-- Add any other context or screenshots about the feature request here. -->
|
18
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
18
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: Feature request
|
||||
description: Suggest an idea for this project
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Use case
|
||||
description: A concise description of what you want to happen.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe your solution
|
||||
description: In case you have an idea how to implement this feature.
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Would you be willing to implement this feature?
|
||||
options:
|
||||
- label: Yes, I could contribute this feature.
|
Loading…
Reference in New Issue
Block a user