Skip to content

Commit

Permalink
Update Pull Request Template (JetBrains#1271)
Browse files Browse the repository at this point in the history
- Merge Proposed Changes and Issues fixed
- Move it to the top
- Describe `Testing` in more detail
- Add `Release Notes` for the changelog automation.

The same template will be in the main repo and in Skiko (except the CLA
section)
  • Loading branch information
igordmn authored Apr 25, 2024
1 parent 740e608 commit f9b90c5
Showing 1 changed file with 34 additions and 7 deletions.
41 changes: 34 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,43 @@
## Proposed Changes
Describe proposed changes and the issue being fixed

-
-
-
<!-- Optional -->
Fixes [link to the issue]

## Testing
<!-- Optional -->
Describe how you tested your changes. If possible and needed:
- Test it on a sample project
- Write unit tests
- Provide a code snippet

Test: Describe how you tested your changes. Note that this line (with `Test:`) is required, your PR will not build without it!
<!-- Optional -->
This should be tested by QA

## Issues Fixed
## Release Notes
<!--
Optional, if omitted - won't be included in the changelog
Fixes: [Optional] The bug on [https://issuetracker.google.com](https://issuetracker.google.com) being fixed
Sections:
- Highlights
- Known issues
- Breaking changes
- Features
- Fixes
Subsections:
- Multiple Platforms
- iOS
- Desktop
- Web
- Resources
- Gradle Plugin
-->
> Section - Subsection
- Describe a change for adding it to https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md
- _(prerelease fix)_ Fix some bug that introduced in a prerelease version (dev/beta). It will be included in a dev/beta changelog, but excluded from a stable changelog

> Section - Subsection
- Describe another change if needed

## Google CLA
You need to sign the Google Contributor’s License Agreement at https://cla.developers.google.com/.
Expand Down

0 comments on commit f9b90c5

Please sign in to comment.