Added schema migration template to PR template (#20717)
A schema migration template is now available to help guide release note development.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
c6913f7d9e
Коммит
c00609ab8e
19
.github/PULL_REQUEST_TEMPLATE.md
поставляемый
19
.github/PULL_REQUEST_TEMPLATE.md
поставляемый
@@ -23,16 +23,17 @@ Otherwise, link the JIRA ticket.
|
|||||||
<!--
|
<!--
|
||||||
Add a release note for each of the following conditions:
|
Add a release note for each of the following conditions:
|
||||||
|
|
||||||
* Config changes (additions, deletions, updates)
|
* Config changes (additions, deletions, updates).
|
||||||
* API additions—new endpoint, new response fields, or newly accepted request parameters
|
* API additions—new endpoint, new response fields, or newly accepted request parameters.
|
||||||
* Database changes (any)
|
* Database changes (any).
|
||||||
* Websocket additions or changes
|
* Schema migration changes. Use the [Schema Migration Template](https://docs.google.com/document/d/18lD7N32oyMtYjFrJKwsNv8yn6Fe5QtF-eMm8nn0O8tk/edit?usp=sharing) as a starting point to capture these details as release notes.
|
||||||
* Anything noteworthy to a Mattermost instance administrator (err on the side of over-communicating)
|
* Websocket additions or changes.
|
||||||
* New features and improvements, including behavioural changes, UI changes and CLI changes
|
* Anything noteworthy to a Mattermost instance administrator (err on the side of over-communicating).
|
||||||
* Bug fixes and fixes of previous known issues
|
* New features and improvements, including behavioral changes, UI changes, and CLI changes.
|
||||||
* Deprecation warnings, breaking changes, or compatibility notes
|
* Bug fixes and fixes of previous known issues.
|
||||||
|
* Deprecation warnings, breaking changes, or compatibility notes.
|
||||||
|
|
||||||
If no release notes are required write NONE. Use past-tense. Newlines are stripped.
|
If no release notes are required, write NONE. Use past-tense. Newlines are stripped.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user