Skip to content

Commit

Permalink
Fix Markdown Line Length (#16)
Browse files Browse the repository at this point in the history
* Fix Markdown Line Length

* Format and lint with Ruff

* ignore line length rule

* unignore first line rule

---------

Co-authored-by: Ruff <[email protected]>
  • Loading branch information
john0isaac and Ruff authored Oct 29, 2024
1 parent 6adbd72 commit 3c2280a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '...'
3. See error
Expand Down
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Description

Please include a summary of the changes and the related issue.

## Checklist

- [ ] I have read the contributing guidelines.
- [ ] I have written tests for the changes, if applicable.
- [ ] I have added necessary documentation.

### Related Issues

Please reference related issues here:
3 changes: 3 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"MD013": false
}

0 comments on commit 3c2280a

Please sign in to comment.