Skip to content

Commit 3c2280a

Browse files
john0isaacRuff
andauthored
Fix Markdown Line Length (#16)
* Fix Markdown Line Length * Format and lint with Ruff * ignore line length rule * unignore first line rule --------- Co-authored-by: Ruff <[email protected]>
1 parent 6adbd72 commit 3c2280a

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ A clear and concise description of what the bug is.
1111

1212
**To Reproduce**
1313
Steps to reproduce the behavior:
14+
1415
1. Go to '...'
1516
2. Click on '...'
1617
3. See error

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Description
2+
23
Please include a summary of the changes and the related issue.
34

45
## Checklist
6+
57
- [ ] I have read the contributing guidelines.
68
- [ ] I have written tests for the changes, if applicable.
79
- [ ] I have added necessary documentation.
810

911
### Related Issues
12+
1013
Please reference related issues here:

.markdownlint.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"MD013": false
3+
}

0 commit comments

Comments
 (0)