From ac5b329971c8e21c8d6dbc67af5a982bcb828087 Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Thu, 25 Apr 2024 16:01:39 +0200 Subject: [PATCH] Update Pull Request Template (#4698) Introduce the same template used in [core repo](https://github.com/JetBrains/compose-multiplatform-core/pull/1271) (except the CLA section) --- .github/PULL_REQUEST_TEMPLATE.md | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..34e34b270d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,40 @@ +Describe proposed changes and the issue being fixed + + +Fixes [link to the issue] + +## Testing + +Describe how you tested your changes. If possible and needed: +- Test it on a sample project +- Write unit tests +- Provide a code snippet + + +This should be tested by QA + +## Release Notes + +> 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