Skip to content

Commit

Permalink
Merge pull request tobymao#10351 from michaeljb/pr-template
Browse files Browse the repository at this point in the history
change section headers on PR template
  • Loading branch information
michaeljb authored Feb 22, 2024
2 parents ad9da1b + 7658c3d commit 7aec6d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ If you are implementing a new game, please break up the changes into multiple PR
-->

### Before clicking "Create"
## Before clicking "Create"

- [ ] Branch is derived from the latest `master`
- [ ] Add the `pins` label if this change will break existing games
- [ ] Add the `pins` or `archive_alpha_games` label if this change will break existing games
- [ ] Code passes linter with `docker compose exec rack rubocop -a`
- [ ] Tests pass cleanly with `docker compose exec rack rake`

### Implementation Notes
## Implementation Notes

* **Explanation of Change**
### Explanation of Change

* **Screenshots**
### Screenshots

* **Any Assumptions / Hacks**
### Any Assumptions / Hacks

0 comments on commit 7aec6d9

Please sign in to comment.