Skip to content

Commit

Permalink
PR template headings
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-chamberlain authored Aug 21, 2024
1 parent 3901640 commit 9d44478
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
# Pull request template

#### Fixes
### Fixes

* Issues being closed by this PR

#### Description
### Description

* A brief description of what this does. Include screenshots, if anything should change visually.

#### Testing
### Testing

* Steps to test this PR, if there are any required.
* For cut-and-dry changes (API updates or interface tweaks), include a screenshot or updated API response to show what correct behavior looks like

#### Performance
### Performance

* If you're adding or heavily modifying a script, estimate how long it should take to run.

#### Docs
### Docs

* Accompanying docs PRs, if applicable

#### Breaking Changes
### Breaking Changes

* What functionality, if any, might be broken by this change, which could impact other developers. For example, an environmental variable changing.

0 comments on commit 9d44478

Please sign in to comment.