Skip to content

Commit

Permalink
chore: reduce noise in files issues and PRs (#9451)
Browse files Browse the repository at this point in the history
I don't like to always see the boilerplate from the template so I moved
it into a summary that can be expanded.
  • Loading branch information
domoritz authored Oct 4, 2024
1 parent a1a2693 commit d3ec513
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ labels: 'Bug :bug:'

## Bug Description

<!--
Describe how to reproduce this bug. Provide an [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) spec in JSON, wrapped by triple backticks like this:
```json
Expand All @@ -16,7 +17,10 @@ Describe how to reproduce this bug. Provide an [minimal, reproducible example](h
```
If applicable, include error messages and screenshots, videos, or working examples (e.g. by clicking share in the [Vega-Editor](https://vega.github.io/editor/).
-->

## Checklist
<details>
<summary><h2>Checklist</h2></summary>

- [ ] I checked for duplicate issues.
</details>
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/Enhancement.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ labels: 'Enhancement :tada:'

## Enhancement Description

<!--
Describe the feature's goal, motivating use cases, and its expected behavior.
If you are proposing a new syntax, please provide at least one example spec, wrapped by triple backticks like this:
Expand All @@ -18,7 +19,10 @@ If you are proposing a new syntax, please provide at least one example spec, wra
```
You are encouraged to prototype multiple alternative syntaxes for your proposed feature. Doing so often leads to a better design.
-->

## Checklist
<details>
<summary><h2>Checklist</h2></summary>

- [ ] I checked for duplicate issues.
</details>
4 changes: 3 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## PR Description

## Checklist
<details>
<summary><h2>Checklist</h2></summary>

- [ ] This PR is atomic (i.e., it fixes one issue at a time).
- [ ] The title is a concise [semantic commit message](https://www.conventionalcommits.org/) (e.g. "fix: correctly handle undefined properties").
Expand All @@ -13,3 +14,4 @@ Tips:

- https://medium.com/@greenberg/writing-pull-requests-your-coworkers-might-enjoy-reading-9d0307e93da3 is a nice article about writing a nice PR.
- Use draft PR for work in progress PRs / when you want early feedback (https://github.blog/2019-02-14-introducing-draft-pull-requests/).
</details>

0 comments on commit d3ec513

Please sign in to comment.