Skip to content

Commit

Permalink
chore: add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed May 17, 2024
1 parent c6bf953 commit 892867d
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug report
about: Report a problem and help us fix it.
labels: "bug"
---


### Describe the Bug

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


### Steps to Reproduce

1. do this
2. do that

<!--
If you report a modeling related issue, ensure you can reproduce it on [demo.bpmn.io](https://demo.bpmn.io/new)
When reporting a library error, try to build an example that reproduces your problem. You can use our playgrounds for [viewer](https://jsfiddle.net/07envcu1/) or [modeler](https://jsfiddle.net/bg97r61t/) as a starting point or put a demo up on [GitHub](https://github.com/) for inspection.
-->

### Expected Behavior

<!-- A clear and concise description of what you expected to happen. -->


### Environment

- Browser: [e.g. IE 11, Chrome 69]
- OS: [e.g. Windows 7]
- Library version: [e.g. 2.0.0]
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Feature request
about: Suggest an idea or general improvement.
labels: "enhancement"
---


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

A clear and concise description of what you want to happen.

### Describe alternatives you've considered

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.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/TASK.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Task
about: Describe a generic activity we should carry out.
---


### What should we do?

<!-- Clearly describe the activity we should carry out. -->


### Why should we do it?

<!-- Argue why doing it is a healthy investment of our time. -->
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false

0 comments on commit 892867d

Please sign in to comment.