diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 03d32eb..ac41781 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,7 +4,6 @@ about: Create a report to help us improve title: '' labels: 'bug' assignees: '' - --- **Describe the bug** @@ -12,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. Scroll down to '....' @@ -23,6 +23,5 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. - **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 36014cd..104f391 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,7 +4,6 @@ about: Suggest an idea for this project title: '' labels: 'enhancement' assignees: '' - --- **Is your feature request related to a problem? Please describe.** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9435ba3..c26ec58 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,20 +2,21 @@ Make sure you've read the contributing guidelines (CONTRIBUTING.md) --> -| Question | Answer | -| ---------------- | -------------------------------------------------------------------------- | -| Bug fix | ✔/✖ | -| New feature | ✔/✖ | -| Breaking change | ✔/✖ | -| Deprecations | ✔/✖ | -| Documentation | ✔/✖ | -| Tests added | ✔/✖ | -| Chore | ✔/✖ | +| Question | Answer | +| --------------- | ------ | +| Bug fix | ✔/✖ | +| New feature | ✔/✖ | +| Breaking change | ✔/✖ | +| Deprecations | ✔/✖ | +| Documentation | ✔/✖ | +| Tests added | ✔/✖ | +| Chore | ✔/✖ | Related issues: #XXX , #XXX ... Closes #XXX ... -Further information: +Further information: +