Update issue templates

This commit is contained in:
Ante Brähler
2024-11-17 18:57:16 +01:00
committed by GitHub
parent dc38222cb3
commit 48c16f1419
3 changed files with 92 additions and 0 deletions

44
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,44 @@
---
name: Bug report
about: Create a bug report to help us improve
title: ''
labels: bug
assignees: ''
---
# Summary
<!-- One sentence description of what the bug is. -->
# Standard debugging steps
## How to reproduce?
<!-- For example:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->
## Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
**Screenshots**:
<!-- If applicable, add screenshots to help explain your problem. -->
## Stacktrace
<!-- If you have a stacktrace or log, paste it between the quoted lines below: -->
```
paste logs here
```
# Other details
<!-- Add any other context about the problem here. If not, leave blank. -->

24
.github/ISSUE_TEMPLATE/enhancement.md vendored Normal file
View File

@@ -0,0 +1,24 @@
---
name: Enhancement
about: Suggest an enhancement
title: ''
labels: enhancement
assignees: ''
---
## :rocket: Description
### Problem to solve
<!-- What problem do we solve? Try to define the who/what/why of the opportunity as a user story. For example, "As a (who), I want (what), so I can (why/value)." -->
### Proposal
<!-- How are we going to solve the problem? Try to include the user journey! https://about.gitlab.com/handbook/journeys/#user-journey -->
### Further details
<!-- Include use cases, benefits, goals, or any other details that will help us understand the problem better. -->
## :white_check_mark: Acceptance Criteria
- [ ]

View File

@@ -0,0 +1,24 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: core feature
assignees: ''
---
## :rocket: Description
### Problem to solve
<!-- What problem do we solve? Try to define the who/what/why of the opportunity as a user story. For example, "As a (who), I want (what), so I can (why/value)." -->
### Proposal
<!-- How are we going to solve the problem? Try to include the user journey! https://about.gitlab.com/handbook/journeys/#user-journey -->
### Further details
<!-- Include use cases, benefits, goals, or any other details that will help us understand the problem better. -->
## :white_check_mark: Acceptance Criteria
- [ ]