Skip to content

Commit

Permalink
Update pull request templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthri committed Nov 11, 2024
1 parent 453ef0c commit 6770895
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 28 deletions.
20 changes: 10 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE/major_release_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
Release Description
-->

## ❗ Breaking Changes
<!--
- `API.SendRequest` has been rewritten and its parameters have changed
-->

## 🆕 Features
<!--
- Added this
- Added that
- Added feature1
- Added feature2
- Changed feature3
-->

## 🐞 Fixes
<!--
- Fixed this
- Fixed that
- Fixed all of them
-->

## ❗ Breaking Changes
<!--
- `API.SendRequest` has been rewritten and its parameters have changed
- Fixed feature4
- Fixed feature5
-->
10 changes: 5 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE/minor_release_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

## 🆕 Features
<!--
- Added this
- Added that
- Added feature1
- Added feature2
- Changed feature3
-->

## 🐞 Fixes
<!--
- Fixed this
- Fixed that
- Fixed all of them
- Fixed feature4
- Fixed feature5
-->
5 changes: 2 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE/patch_release_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

## 🐞 Fixes
<!--
- Fixed this
- Fixed that
- Fixed all of them
- Fixed feature4
- Fixed feature5
-->
20 changes: 10 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE/prerelease_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
Prerelease Description
-->

## ❗ Breaking Changes
<!--
- `API.SendRequest` has been rewritten and its parameters have changed
-->

## 🆕 Features
<!--
- Added this
- Added that
- Added feature1
- Added feature2
- Changed feature3
-->

## 🐞 Fixes
<!--
- Fixed this
- Fixed that
- Fixed all of them
-->

## ❗ Breaking Changes
<!--
- `API.SendRequest` has been rewritten and its parameters have changed
- Fixed feature4
- Fixed feature5
-->

0 comments on commit 6770895

Please sign in to comment.