mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(template): separate issue url from body (#27216)
Now that the default commit message uses the PR description, the conventional commit tool is getting confused when it sees other URLs and text that looks like issues (like hex colors). Using the `-------` separates the issue URL from the rest of the PR description and helps the conventional commits tool generate the changelog correctly. Example: https://github.com/ionic-team/ionic-framework/releases/tag/v7.0.3-nightly.20230417 `item: ios active state has correct contrast` has issue 000 as the issue the commit closes. This is happening because I mentioned the 000 hex color in the commit description.
This commit is contained in:
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,3 +1,7 @@
|
||||
Issue URL:
|
||||
|
||||
---------
|
||||
|
||||
<!-- Please refer to our contributing documentation for any questions on submitting a pull request, or let us know here if you need any help: https://ionicframework.com/docs/building/contributing -->
|
||||
|
||||
<!-- Some docs updates need to be made in the `ionic-docs` repo, in a separate PR. See https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#modifying-documentation for details. -->
|
||||
@@ -9,11 +13,6 @@
|
||||
## What is the current behavior?
|
||||
<!-- Please describe the current behavior that you are modifying. -->
|
||||
|
||||
|
||||
<!-- Issues are required for both bug fixes and features. -->
|
||||
Issue URL:
|
||||
|
||||
|
||||
## What is the new behavior?
|
||||
<!-- Please describe the behavior or changes that are being added by this PR. -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user