Skip to content

Commit

Permalink
refactor(tangle-dapp): Remove optional checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
yurixander committed Nov 4, 2024
1 parent 958f681 commit 6e3d067
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,3 @@ _Specify any issues that can be closed from these changes (e.g. `Closes #233`)._
### Screen Recording

_If possible provide screenshots and/or a screen recording of proposed change._

---

### Optional Checklist

- [ ] I have tested the changes locally.
- [ ] I have added brief documentation/comments to more complex code blocks or logic that isn't immediately clear.
- [ ] If new components were added, I've also added and verified their different possible states & edge cases (e.g. loading, error, empty).
- [ ] For UI changes, I've tested the changes on different screen sizes (responsive design).
- [ ] For UI changes, I've checked both light and dark mode.
- [ ] I've checked the console for any errors that might have been accidentally introduced by my changes.
- [ ] If important TODOs were left, I've created corresponding issues for them.
- [ ] If new flows or features were introduced, I've updated, added, or intend to add corresponding documentation including screenshots and/or screen recordings for them on the [Webb Docs](https://github.com/tangle-network/webb-docs) repository.

0 comments on commit 6e3d067

Please sign in to comment.