Skip to content

Commit

Permalink
docs: rework issue templates for bug and feature (#2964)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard authored Jan 22, 2024
1 parent b6efaa4 commit 42c3008
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 16 deletions.
32 changes: 21 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,42 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
title: "[BUG] "
labels: bug
assignees: ''

---

**Describe the bug**
### Describe the bug
A clear and concise description of what the bug is.

**To Reproduce**

### To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
BPMN diagram that reproduces the problem:

### Expected behavior
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
### Screenshots
If applicable, add screenshots or videos to help explain your problem.


### Environment
- Desktop or mobile:
- OS and version: [e.g. iOS 14.1]
- Browser and version: [e.g. chrome 118, safari 15]
- Node/npm version (if applicable):
- Used frameworks (if applicable):



**Additional context**
### Additional context
Add any other context about the problem here.

10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEAT]"
title: "[FEAT] "
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
### Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
### Describe the solution you'd like
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
### Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
### Additional context
Add any other context or screenshots about the feature request here.

0 comments on commit 42c3008

Please sign in to comment.