Skip to content

Update issue templates #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/--feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: "➹ Feature request"
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

## ➹ New Feature implementation request
<!--
Thank you for reporting an issue in our documentation 🙌

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.
-->

### Is your feature request related to a problem?
<!-- Please describe a clear and concise description of what the problem is.
Use commmon user story patterns like https://en.wikipedia.org/wiki/User_story:
- As a <role> I can <capability>, so that <receive benefit>
- In order to <receive benefit> as a <role>, I can <goal/desire>
- As <who> <when> <where>, I <want> because <why>
For example... As a defectdojo-client-java user i'm always frustrated when [...] -->

### Describe the solution you'd like
<!-- Please describe a clear and concise description of what you want to happen. -->

### Describe alternatives you've considered
<!-- Please describe a clear and concise description of any alternative solutions or features you've considered. -->

### Additional context
<!-- Add any other context or screenshots about the feature request here. -->
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/🐞-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
name: "\U0001F41E Bug report"
about: Please create a bug report if you encouter any project specific issue.
title: ''
labels: bug
assignees: ''

---

## 🐞 Bug report
<!--
Thank you for reporting an issue in our project 🙌

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.
-->

### Describe the bug
<!-- A clear and concise description of what the bug is. -->

### Steps To Reproduce
<!--
Steps to reproduce the behavior:
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. -->

### System (please complete the following information):
<!--
- Version/Release
- OS: [e.g. iOS]
- Java Version [command: `java --version`]
-->

### Screenshots / Logs
<!-- If applicable, add screenshots to help explain your problem. -->

### Additional context
<!-- Add any other context about the problem here. -->
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/📚-documentation-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: "\U0001F4DA Documentation Issue"
about: Did you come across parts of our documentation that should be fixed?
title: ''
labels: documentation
assignees: ''

---

## 📚 Documentation Issue
<!--
Thank you for reporting an issue in our documentation 🙌

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.
-->

### Where to find the issue
<!-- Be as specific as possible by naming the document, page, and ideally paragraph. -->

### Describe the issue
<!-- Please let us know what exactly is the issue with that part of the documentation -->

### Suggested change
<!-- If you have ideas on how to fix this issue, please note them here, or consider creating a Pull Request -->
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/🤨-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "\U0001F928 Question"
about: If you have *specific* questions about the project, please post them here.
title: ''
labels: question
assignees: ''

---

<!--
Thank you for supporting our project 🙌

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.
-->

## Your Question
<!-- Include details about your question. -->