Skip to content

Commit

Permalink
docs: fix template issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kha7iq committed Jun 15, 2021
1 parent b85a045 commit 7186e5d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!-- markdownlint-disable MD041 -->
<!-- markdownlint-disable MD036 -->

---
name: Bug report
about: Create a report to help us improve
Expand All @@ -12,6 +9,7 @@ about: Create a report to help us improve
A clear and concise description of what the bug is.

**To Reproduce**

Steps to reproduce the behavior:

1. Go to '...'
Expand All @@ -20,9 +18,11 @@ Steps to reproduce the behavior:
4. See error

**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):**
Expand All @@ -39,4 +39,5 @@ If applicable, add screenshots to help explain your problem.
- Version [e.g. 22]

**Additional context**

Add any other context about the problem here.
10 changes: 6 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
<!-- markdownlint-disable MD041 -->
<!-- markdownlint-disable MD036 -->

---
name: Feature request
about: Suggest an idea for this project

---

**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 [...]

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.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Please delete options that are not relevant.
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

## How Has This Been Tested?
# How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

- [ ] Running existing tests
- [ ] Created new tests

## Checklist
# Checklist:

- [ ] My code has been linted (`make lint`)
- [ ] I have performed a self-review of my own code
Expand Down

0 comments on commit 7186e5d

Please sign in to comment.