Skip to content

Commit 0c114cf

Browse files
Zero3141Weltraumschaf
authored andcommitted
Update issue templates
1 parent d1d5051 commit 0c114cf

File tree

4 files changed

+116
-0
lines changed

4 files changed

+116
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: "➹ Feature request"
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## ➹ New Feature implementation request
11+
<!--
12+
Thank you for reporting an issue in our documentation 🙌
13+
14+
Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead.
15+
-->
16+
17+
### Is your feature request related to a problem?
18+
<!-- Please describe a clear and concise description of what the problem is.
19+
Use commmon user story patterns like https://en.wikipedia.org/wiki/User_story:
20+
- As a <role> I can <capability>, so that <receive benefit>
21+
- In order to <receive benefit> as a <role>, I can <goal/desire>
22+
- As <who> <when> <where>, I <want> because <why>
23+
For example... As a defectdojo-client-java user i'm always frustrated when [...] -->
24+
25+
### Describe the solution you'd like
26+
<!-- Please describe a clear and concise description of what you want to happen. -->
27+
28+
### Describe alternatives you've considered
29+
<!-- Please describe a clear and concise description of any alternative solutions or features you've considered. -->
30+
31+
### Additional context
32+
<!-- Add any other context or screenshots about the feature request here. -->
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: "\U0001F41E Bug report"
3+
about: Please create a bug report if you encouter any project specific issue.
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## 🐞 Bug report
11+
<!--
12+
Thank you for reporting an issue in our project 🙌
13+
14+
Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead.
15+
-->
16+
17+
### Describe the bug
18+
<!-- A clear and concise description of what the bug is. -->
19+
20+
### Steps To Reproduce
21+
<!--
22+
Steps to reproduce the behavior:
23+
1. Go to '...'
24+
2. Click on '....'
25+
3. Scroll down to '....'
26+
4. See error
27+
-->
28+
29+
### Expected behavior
30+
<!-- A clear and concise description of what you expected to happen. -->
31+
32+
### System (please complete the following information):
33+
<!--
34+
- Version/Release
35+
- OS: [e.g. iOS]
36+
- Java Version [command: `java --version`]
37+
-->
38+
39+
### Screenshots / Logs
40+
<!-- If applicable, add screenshots to help explain your problem. -->
41+
42+
### Additional context
43+
<!-- Add any other context about the problem here. -->
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: "\U0001F4DA Documentation Issue"
3+
about: Did you come across parts of our documentation that should be fixed?
4+
title: ''
5+
labels: documentation
6+
assignees: ''
7+
8+
---
9+
10+
## 📚 Documentation Issue
11+
<!--
12+
Thank you for reporting an issue in our documentation 🙌
13+
14+
Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead.
15+
-->
16+
17+
### Where to find the issue
18+
<!-- Be as specific as possible by naming the document, page, and ideally paragraph. -->
19+
20+
### Describe the issue
21+
<!-- Please let us know what exactly is the issue with that part of the documentation -->
22+
23+
### Suggested change
24+
<!-- If you have ideas on how to fix this issue, please note them here, or consider creating a Pull Request -->
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: "\U0001F928 Question"
3+
about: If you have *specific* questions about the project, please post them here.
4+
title: ''
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Thank you for supporting our project 🙌
12+
13+
Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. Also, please, have a look at our FAQs and existing questions before opening a new question.
14+
-->
15+
16+
## Your Question
17+
<!-- Include details about your question. -->

0 commit comments

Comments
 (0)