diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 2748b08..87d000b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 738f96b..8eb9171 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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: diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..1344b31 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,3 @@ +{ + "MD013": false +}