-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Update pull_request_template.md
#4209
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
base: main
Are you sure you want to change the base?
Conversation
ParadoxV5
left a comment
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.
For those wondering: Yes, CI is mandatory for non-code changes too now. MDBF-1058
| - [ ] I checked the [CODING_STANDARDS.md](https://github.com/MariaDB/server/blob/-/CODING_STANDARDS.md) file and my PR conforms to this where appropriate. | ||
| - [ ] For any trivial modifications to the PR, I am ok with the reviewer making the changes themselves. | ||
| - [ ] I checked the [CODING_STANDARDS.md](https://github.com/MariaDB/server/blob/-/CODING_STANDARDS.md) file, and my PR conforms to this where appropriate. | ||
| - [ ] For any trivial modifications to the PR, I am ok with the reviewer making the changes themselves. |
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.
Somehow, the PR UI doesn’t strip the trailing ␊.
It’s standard for files, but looks odd in a multiline textbox.
| List any https://mariadb.com/kb/ pages that need changing. | ||
| --> | ||
|
|
||
| ## How to test this PR? |
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.
Active Voice > Passive Voice
.github/pull_request_template.md
Outdated
| If you've already identified a https://jira.mariadb.org/ issue that tracks this bug/feature, please add its number below. | ||
| --> | ||
| - [x] *The Jira issue number for this PR is: MDEV-______* | ||
| - [x] *The Jira issue number for this PR is: [MDEV-_____](https://jira.mariadb.org/browse/MDEV-_____)* |
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.
Alternatively, we could use some custom autolinks, though that’s a paid feature.
* Replace the KB link with a Docs link * Improve the grammar and wording * Move the section comments below their section headings
5a82ddd to
e8e9771
Compare
grooverdan
left a comment
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.
Good improvements, thanks.
Unsure if the JIRA url thing is going to be confusing but doesn't hurt to try.
|
Frankly speaking I'd remove this template. People don't seem to bother following it in many cases. And it doesn't seem to bring us much value, at the cost of annoying those who create pull requests often. I'd rather have a link to PR guidelines and the let PR authors fill description in a free form. |
|
I agree with @svoj , let's remove it |
|
Fine by me! Though the “checklist” was sometimes helpful. |
|
Please check (and hopefully review) #4487 about the removal of the file. If you find it appropriate please close this one in its favor. |
The Jira issue number for this PR is: MDEV-37908Description
Release Notes & How can this PR be tested?
N/A
Basing the PR against the correct MariaDB version
mainbranch.PR quality check
I checked the CODING_STANDARDS.md file and my PR conforms to this where appropriate.