-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Internal] PR Requirements: Add PR title requirements to allow changelog generation #1322
Conversation
To reduce conflicts and changelog mistakes the PR titles will be used as the changelog in the future. This will make is easier for users looking through the history and avoid merge conflicts on the changelog file. This will require the changelog to get generated for each release, but can be done as part of contract validation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please follow the required format. [Internal] (Added|Fixed) Category: Description
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please follow the required format. [Internal] (Added|Fixed) Category: Description
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please follow the required format. [Internal] (Added|Fixed) Category: Description
…log generation (#1322) * Updating PR template with PR title as changelog To reduce conflicts and changelog mistakes the PR titles will be used as the changelog in the future. This will make is easier for users looking through the history and avoid merge conflicts on the changelog file. This will require the changelog to get generated for each release, but can be done as part of contract validation. * Updated based on feedback * Fixed grammar * More fixes * Adding pr lint action * Try single quotes to fix parse error * Trying to move it to build yaml * Try including all changes * Updating * Reverting changes * updated based on feedback * updating regex * Removing space * Updated based on user suggestion
…ration (#1341) * [Internal] PR Requirements: Add PR title requirements to allow changelog generation (#1322) * Updating PR template with PR title as changelog To reduce conflicts and changelog mistakes the PR titles will be used as the changelog in the future. This will make is easier for users looking through the history and avoid merge conflicts on the changelog file. This will require the changelog to get generated for each release, but can be done as part of contract validation. * Updated based on feedback * Fixed grammar * More fixes * Adding pr lint action * Try single quotes to fix parse error * Trying to move it to build yaml * Try including all changes * Updating * Reverting changes * updated based on feedback * updating regex * Removing space * Updated based on user suggestion * porting pr * breaklines * examples * examples Co-authored-by: j82w <[email protected]>
Pull Request Template
Description
To reduce conflicts and changelog mistakes the PR titles will be used as the changelog in the future. This will make is easier for users looking through the history and avoid merge conflicts on the changelog file. This will require the changelog to get generated for each release, but can be done as part of contract validation.
Type of change
Please delete options that are not relevant.