Skip to content

Commit

Permalink
docs: Update PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
yurixander committed Oct 3, 2024
1 parent e0ff0ec commit 5419c13
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@ _Provide a detailed description of proposed changes._

_Put an `x` in the boxes that apply._

- [ ] `apps/bridge-dapp`
- [ ] `apps/hubble-stats`
- [ ] `apps/stats-dapp`
- [ ] `apps/tangle-dapp`
- [ ] `apps/testnet-leaderboard`
- [ ] `apps/faucet`
- [ ] `apps/zk-explorer`
- [x] `apps/tangle-dapp`
- [ ] `libs/webb-ui-components`

### Reference issue to close (if applicable)
### Associated issue(s)

_Specify any issues that can be closed from these changes (e.g. `Closes #233`)._

- Closes

### Screen Recording

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


---

### Code Checklist
---

_Please be sure to add .stories documentation if any additions are made to `libs/webb-ui-components`._
### Optional Checklist

- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have added necessary documentation (if appropriate)
- [ ] 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/webb-tools/webb-docs) repository.

0 comments on commit 5419c13

Please sign in to comment.