Skip to content

Commit

Permalink
Add details suggestion
Browse files Browse the repository at this point in the history
Apply suggestion from @BD103
  • Loading branch information
MrGVSV committed Jul 5, 2024
1 parent f7b7b3c commit f068c24
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@
- If you want, you could even include a before/after comparison!
- If the Changelog or Migration Guide adequately cover the changes, you can delete this section

While a showcase should aim to be brief and digestible, you can use a toggleable section to save space on longer showcases:

<details>
<summary>Click to view showcase</summary>


```rust
println!("My super cool code.");
```

</details>

## Changelog

> This section is optional. If this was a trivial fix, or has no externally-visible impact, you can delete this section.
Expand Down

0 comments on commit f068c24

Please sign in to comment.