-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ce5569
commit 497283f
Showing
1 changed file
with
14 additions
and
3 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,21 +1,32 @@ | ||
<!--- Please describe what this PR is about here. --> | ||
|
||
|
||
## Related GitHub Issue | ||
|
||
<!--- Please link to the GitHub issue here. --> | ||
closes #<👉INSERT ISSUE NUMBER HERE👈> | ||
|
||
## Screenshots (if appropriate): | ||
|
||
<!--- If your pull request changes the UI, please include before/after screenshots. --> | ||
|
||
## How Has This Been Tested? | ||
_Before_ code change: | ||
> ![](...) | ||
_After_ code change: | ||
> ![](...) | ||
## How Has This Change Been Tested? | ||
|
||
<!--- Please describe in detail how you tested your changes. --> | ||
|
||
- [ ] Status checks pass (lint, build, test) | ||
|
||
<!-- Tick the checklist for the tests you completed: --> | ||
- [ ] All [status checks](https://github.com/nation3/citizen-app/blob/main/.github/workflows/ui_mainnet.yml#L35) pass (build, lint, e2e, test) | ||
- [ ] Works on Sepolia preview deployment | ||
- [ ] Works on Mainnet preview deployment | ||
|
||
## Are There Admin Tasks? | ||
## Are Any Admin Tasks Required? | ||
|
||
<!--- Please include any related admin tasks, like adding/changing environment variables in Vercel. --> | ||
- [x] No admin tasks |