Skip to content

Commit

Permalink
Updating issue templates
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Boothe <git@rootwork.org>
  • Loading branch information
rootwork committed Nov 9, 2021
1 parent 9705094 commit d4b9b8e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/01_BUG_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@ assignees: ''
<!-- Security note: If you're reporting a vulnerability or other security issue,
please see https://premail.dev/security/ for the procedure. -->

**Current behavior:**
## Current behavior

<!-- Describe how the bug shows up. -->

**Expected behavior:**
## Expected behavior

<!-- Describe what you expect the behavior to be without the bug. -->

**Steps to reproduce:**
## Steps to reproduce

<!-- Explain the steps required to duplicate the issue, especially if you are able to provide a sample application. -->

**Related code:**
## Related code

<!-- If you are able to illustrate the bug or feature request with an example, please provide it here. -->

```
insert short code snippets here
```

**Other information:**
## Other information

<!-- List any other information that is relevant to your issue: Suggestions on fixes, related issues, links to relevant information, etc. -->
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/02_FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@ assignees: ''

# Feature Request

**Type of feature**
## Type of feature

- [ ] New functionality
- [ ] Performance
- [ ] Code refactoring (e.g. to be simpler or easier to understand)
- [ ] Developer Experience (DX)
- [ ] Other (please describe):

**Describe the feature**
## Describe the feature

<!-- A clear and concise description of your feature request. Please note if your request is related to a problem. -->

**Describe preferred solution**
## Describe preferred solution

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

**Describe alternatives**
## Describe alternatives

<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Related code**
## Related code

<!-- If you are able to illustrate this request with an example, please provide it here. -->

**Additional context**
## Additional context

<!-- List any other information that is relevant to your issue. Use cases, screenshots, related issues, stack traces, links to relevant information, environment information if applicable, etc. -->

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/03_SUPPORT_QUESTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ labels: 'Type: Question'
assignees: ''
---

# Support Question
**What version of this component are you using?**

0 comments on commit d4b9b8e

Please sign in to comment.