Skip to content

Commit

Permalink
Merge pull request #563 from andygrunwald/easier-pr-template-512
Browse files Browse the repository at this point in the history
Fix #512: Easier Pull Request template
  • Loading branch information
andygrunwald authored Sep 11, 2022
2 parents b90ee5d + d9ec399 commit 1a3d349
Showing 1 changed file with 17 additions and 24 deletions.
41 changes: 17 additions & 24 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,25 @@
# Description
#### What type of PR is this?

Please describe _what does this Pull Request fix or add?_.
<!--
Add one of the following kinds:
* bug
* cleanup
* documentation
* feature
Information that is useful here:
* **The What**: What is your change doing?
* **The Why**: Why is your change useful/needed? What is your use case? (this helps us to understand the real world better)
* **Type of change**: Things like Bugfix, New feature, Code quality improvements, Dependency upgrade, Documentation, ...
* **Breaking change**: Yes or no? Backward compatible?
* **Related to an issue**: Does this fix or close an issue? Or is related in any kind?
* **Jira Version + Type**: Which Jira version and type (on-premise / cloud) you have used?
Optionally add one or more of the following kinds if applicable:
* api-change
* deprecation
-->

## Example:
#### What this PR does / why we need it:

Let us know how users can use or test this functionality.

```go
// Example code
#### Which issue(s) this PR fixes:

```
Fixes #

# Checklist
#### Special notes for your reviewer:

* [ ] Unit or Integration tests added
* [ ] Good Path
* [ ] Error Path
* [ ] Commits follow conventions described here:
* [ ] [Conventional Commits 1.0.0](https://conventionalcommits.org/en/v1.0.0-beta.4/#summary)
* [ ] [The seven rules of a great Git commit message](https://chris.beams.io/posts/git-commit/#seven-rules)
* [ ] Commits are squashed such that
* [ ] There is 1 commit per isolated change
* [ ] I've not made extraneous commits/changes that are unrelated to my change.

#### Additional documentation e.g., usage docs, etc.:

0 comments on commit 1a3d349

Please sign in to comment.