Skip to content

Commit

Permalink
chore: Simplified PR template (#4097)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn committed Jun 21, 2023
1 parent 03e0f37 commit 4d6cfc1
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions .github/pull-request-template.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,22 @@
<!--
Thanks for contributing to Karpenter! Before making major changes, please read karpenter.sh/docs/contributing/design-guide
-->

<!-- Please follow the guidelines at https://www.conventionalcommits.org/en/v1.0.0/ and use one of the following in your title:
feat: <-- New features that require a MINOR version update
fix: <-- Bug fixes that require at PATCH version update
docs: <-- Documentation change that does not impact code
chore: <-- Metadata changes such as dependency update or configuration files
test: <-- Test changes that do not impact behavior
perf: <-- Code changes that improve performance but do not impact behavior
BREAKING CHANGE: <-- Include if your change includes a backwards incompatible change.
!${type}: <-- Include ! if your change includes a backwards incompatible change.
-->

<!--
If your change is a BREAKING CHANGE, please create or append an entry to the upgrade guide for the next minor version release at `karpenter/website/content/en/preview/upgrade-guide/_index.md`
-->

Fixes # <!-- issue number -->
Fixes #N/A <!-- issue number -->

**Description**

**How was this change tested?**

*

**Does this change impact docs?**
- [ ] Yes, PR includes docs updates
- [ ] Yes, issue opened: # <!-- issue number -->
- [ ] No

**Release Note**

<!-- Enter your extended release note in the below block. If the PR requires
additional action from users switching to the new release, include the string
"action required". If no release note is required, write "NONE". -->

```release-note
```

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

0 comments on commit 4d6cfc1

Please sign in to comment.