Skip to content
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

chore(ISSUE_TEMPLATE): update formatting #122

Merged
merged 3 commits into from
Dec 11, 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
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ labels: "bug"
---


__Describe the Bug__
### Describe the Bug

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


__Steps to Reproduce__
### Steps to Reproduce

<!-- Clear steps that allow us to reproduce the error. -->

Expand All @@ -19,12 +19,12 @@ __Steps to Reproduce__
3. now this happens


__Expected Behavior__
### Expected Behavior

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


__Environment__
### Environment

- Host (Browser/Node version), if applicable: [e.g. MS Edge 18, Chrome 69, Node 10 LTS]
- OS: [e.g. Windows 7]
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ labels: "enhancement"
---


__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. -->
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/NEW_RULE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@ about: Use this template to propose new modeling rules to be included in the lib
labels: [ "rules" ]
---

#### The rule should detect the following modeling patterns
### The rule detects the following modeling patterns

<!-- please share correct and incorrect usage examples as BPMN files -->

*
*

#### How does the rule improve the BPMN diagram?
### How does the rule improve the BPMN diagram?

<!--
Describe how people would benefit from this modeling rule. This will be included in the user documentation, cf. https://github.com/bpmn-io/bpmnlint/blob/master/docs/rules/label-required.md.
-->

#### Rule Details
### Rule Details

* Name:
* Default notification level: `error|warn|off`


#### What alternatives did you consider?
### What alternatives did you consider?

<!--
Describe alternatives to this rule you considered.
Expand Down