Skip to content

Commit 6ae04df

Browse files
committed
Update template formatting.
1 parent f9b7b7e commit 6ae04df

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,36 @@ labels: bug
66
assignees: ''
77

88
---
9-
109
**Desktop (please complete the following information):**
11-
- OS: [e.g. Fedora, Ubuntu, Windows]
12-
- Python Version [e.g. 3.7]
13-
- Install Type [e.g. via pip, via git]
1410

15-
**Describe the bug**
11+
- OS [e.g. Fedora, Ubuntu, Windows]:
12+
- Python Version [e.g. 3.7]:
13+
- Install Type [e.g. via pip, via git]:
14+
15+
**Describe the bug:**
1616
A clear and concise description of what the bug is.
1717

18-
**To Reproduce**
18+
**To Reproduce:**
1919
Steps to reproduce the behavior:
20+
2021
1. Go to '...'
2122
2. Click on '....'
2223
3. Scroll down to '....'
2324
4. See error
2425

25-
**Expected behavior**
26+
**Expected behavior:**
2627
A clear and concise description of what you expected to happen.
2728

28-
**Reproducible Code Example**
29+
**Reproducible Code Example:**
2930
Please provide a minimal reproducible code example that causes the error.
3031

31-
```
32-
your example
33-
code goes
34-
here
32+
```python
33+
def example_function():
34+
print("Hello")
3535
```
3636

37-
**Screenshots**
37+
**Screenshots:**
3838
If applicable, add screenshots to help explain your problem.
3939

40-
**Additional context**
40+
**Additional context:**
4141
Add any other context about the problem here.

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md renamed to .github/PULL_REQUEST_TEMPLATE/pull-request-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Please delete options that are not relevant.
1313
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1414
- [ ] This change requires a documentation update
1515

16-
# How Has This Been Tested?
16+
## How Has This Been Tested?
1717

1818
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
1919

2020
- [ ] Test A
2121
- [ ] Test B
2222

23-
# Checklist:
23+
## Checklist
2424

2525
- [ ] My code follows the style guidelines of this project
2626
- [ ] I have performed a self-review of my code

0 commit comments

Comments
 (0)