From 6e3d06702ed6895ac110e1a4e7b35f4433050761 Mon Sep 17 00:00:00 2001 From: yurixander <101931215+yurixander@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:14:20 +0100 Subject: [PATCH] refactor(tangle-dapp): Remove optional checklist --- .github/PULL_REQUEST_TEMPLATE.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9caa9e733..2d746d596 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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.