diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 0817d09..0fc59e4 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,21 +1,20 @@ - + -Describe the issue you're encountering in detail. +## Steps to reproduce -**Issue type**: (Select one) + -- [ ] Bug -- [ ] Question -- [ ] Improvement +## Error messages and/or screenshots -**Steps to reproduce**: + -Provide a step-by-step explanation of how to reproduce the issue. +## Proposed solution (optional) -**Error messages**: + -Include any relevant error messages, logs, or screenshots. +## Checklist -**Expected behavior**: +I confirm that I have: -What were you expecting to happen? This may seem like a silly question, but please be specific. +- [ ] Checked to see if there are any existing issue that cover this topic. +- [ ] Linked to any relevant issues across all [entropyxyz](https://github.com/entropyxyz/) repos. diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 7199493..46d574d 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -2,24 +2,23 @@ ## Description - - + + - - - + + + -## Breaking changes +### Content updates - + ## Documentation updates - - + ## Checklist: -- [ ] I have added tests for my changes. -- [ ] I have updated the documentation (README, etc.) to reflect the changes. -- [ ] I have read and followed the CONTRIBUTE.md guidelines. +- [ ] I have read and followed the `CONTRIBUTING.md` guidelines. +- [ ] I have run these changes through a grammar and spell checker. +- [ ] I have updated the documentation (`README.md`, `CONTRIBUTING.md` etc.) to reflect these changes.