Skip to content

Commit

Permalink
Update pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina authored Aug 22, 2024
1 parent 3ce5569 commit 497283f
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/pull_request_template.md
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

0 comments on commit 497283f

Please sign in to comment.