-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add email subscription chip and update PR template.
- Loading branch information
1 parent
2a4bf0a
commit cdaa490
Showing
4 changed files
with
55 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,27 @@ | ||
## Addresses: | ||
- XXX | ||
## Summary | ||
Provide a brief description of what this PR addresses and its purpose. | ||
|
||
## Depends on: | ||
- XXX | ||
## Addresses | ||
- Issue(s): _List related issues or tickets._ | ||
|
||
## Depends On | ||
- Other PRs or Dependencies: _List PRs or dependencies this PR relies on._ | ||
|
||
## Changes | ||
- Detailed list or prose of changes | ||
- Breaking changes | ||
- Changes to configurations | ||
|
||
## This PR doesn't introduce: | ||
- [ ] typos | ||
- [ ] conflict markers | ||
- [ ] unwanted comments | ||
- [ ] temporary files, auto-generated files or secret keys | ||
- [ ] `console.log` meant for debugging | ||
- [ ] codegen errors | ||
## This PR Ensures: | ||
- [ ] No typos or grammatical errors | ||
- [ ] No conflict markers left in the code | ||
- [ ] No unwanted comments, temporary files, or auto-generated files | ||
- [ ] No inclusion of secret keys or sensitive data | ||
- [ ] No `console.log` statements meant for debugging | ||
- [ ] `pnpm lint` runs without errors | ||
- [ ] `pnpm typecheck` passes (no type errors) | ||
- [ ] `pnpm knip` passes | ||
- [ ] `pnpm build` completes successfully | ||
|
||
## Additional Notes | ||
_Optional: Add any other relevant context, screenshots, or details here._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters