Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
chore(project): add issue templates
Browse files Browse the repository at this point in the history
* bug report
* pr
* feature request
  • Loading branch information
nikku committed Sep 27, 2018
1 parent 7b13d65 commit d46a665
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 0 deletions.
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: Bug report
about: Create a report to help us fix a library error
---

<!--
Thanks for filing this bug report!
Please take your time to provide the relevant context to your bug report. This helps us to process it and get it fixed, eventually.
-->


__Describe the Bug__

A clear and concise description of what the bug is.


__Steps to Reproduce__

Steps to reproduce the behavior:

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/cmmn/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/x2doq4vn/) or [modeler](https://jsfiddle.net/nrko5hyt/) 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__

Please complete the following information:

- Browser: [e.g. IE 11, Chrome 69]
- OS: [e.g. Windows 7]
- Library version: [e.g. 2.0.0]
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 or general improvement
---

<!--
Thanks for filing this feature request!
Please take your time to provide the relevant context
that allows us to understand your proposal.
-->


__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.
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!--
Thanks for creating this pull request!
Please make sure you provide the relevant context.
-->

__Which issue does this PR address?_

Closes #

0 comments on commit d46a665

Please sign in to comment.