--- tags: v3, project management --- # Pull Request Template v1 This is a draft of a potential PR template we can use. Once we move forward with this we can add it to the monorepo via `.github/pull_request_template.md` and it'll be used on any PR for the repo. We can set this to be different per branch and per repo, so Rage and Sage can use different templates. For example, for Rage we could include link to the Rage Report. --- ## GitHub Issue Add a link to the GitHub issue. ## Changes A summary of the changes in the code in this PR. If making any UI changes consider adding screenshots or gifs. ## Packages Added Brief list of any packages added, and if folks need to rerun `yarn install` to run locally ## Checks Before making your PR, please check the following: - [ ] Critical lint errors are resolved - [ ] App runs locally - [ ] App builds locally (run the build command for *any impacted package* and check for any errors before the PR)