-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9793 from linode/release-v1.105.0
Release v1.105.0 - `release → staging`
- Loading branch information
Showing
166 changed files
with
5,773 additions
and
1,791 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,70 @@ | ||
## Description 📝 | ||
**Brief description explaining the purpose of the changes** | ||
Highlight the Pull Request's context and intentions. | ||
|
||
## Major Changes 🔄 | ||
**List highlighting major changes** | ||
- Change #1 | ||
- Change #2 | ||
## Changes 🔄 | ||
List any change relevant to the reviewer. | ||
- ... | ||
- ... | ||
|
||
## Preview 📷 | ||
**Include a screenshot or screen recording of the change** | ||
|
||
> **Note**: Use `<video src="" />` tag when including recordings in table | ||
:bulb: Use `<video src="" />` tag when including recordings in table. | ||
|
||
| Before | After | | ||
| ------- | ------- | | ||
| Content | Content | | ||
| 📷 | 📷 | | ||
|
||
## How to test 🧪 | ||
1. **How to setup test environment?** | ||
2. **How to reproduce the issue (if applicable)?** | ||
3. **How to verify changes?** | ||
4. **How to run Unit or E2E tests?** | ||
|
||
### Prerequisites | ||
(How to setup test environment) | ||
- ... | ||
- ... | ||
|
||
### Reproduction steps | ||
(How to reproduce the issue, if applicable) | ||
- ... | ||
- ... | ||
|
||
### Verification steps | ||
(How to verify changes) | ||
- ... | ||
- ... | ||
|
||
## As an Author I have considered 🤔 | ||
|
||
*Check all that apply* | ||
|
||
- [ ] 👀 Doing a self review | ||
- [ ] ❔ Our [contribution guidelines](https://github.com/linode/manager/blob/develop/docs/CONTRIBUTING.md) | ||
- [ ] 🤏 Splitting feature into small PRs | ||
- [ ] ➕ Adding a changeset | ||
- [ ] 🧪 Providing/Improving test coverage | ||
- [ ] 🔐 Removing all sensitive information from the code and PR description | ||
- [ ] 🚩 Using a feature flag to protect the release | ||
- [ ] 👣 Providing comprehensive reproduction steps | ||
- [ ] 📑 Providing or updating our documentation | ||
- [ ] 🕛 Scheduling a pair reviewing session | ||
- [ ] 📱 Providing mobile support | ||
- [ ] ♿ Providing accessibility support | ||
|
||
--- | ||
## Commit message and pull request title format standards | ||
|
||
> **Note**: Remove this section before opening the pull request | ||
**Make sure your PR title and commit message on squash and merge are as shown below** | ||
|
||
`<commit type>: [JIRA-ticket-number] - <description>` | ||
|
||
**Commit Types:** | ||
- `feat`: New feature for the user (not a part of the code, or ci, ...). | ||
- `fix`: Bugfix for the user (not a fix to build something, ...). | ||
- `change`: Modifying an existing visual UI instance. Such as a component or a feature. | ||
- `refactor`: Restructuring existing code without changing its external behavior or visual UI. Typically to improve readability, maintainability, and performance. | ||
- `style`: General styling changes. Does not change any functionality. | ||
- `build`: Changes to the application build. | ||
- `chore`: Other changes that do not impact production code. | ||
- `ci`: Changes to the CI pipeline. | ||
- `docs`: Changes to the documentation docs. | ||
- `perf`: Performance changes. | ||
- `test`: New tests or changes to existing tests. Does not change the production code. | ||
- `change`: Only use for something that doesn’t fit in any other category. | ||
- `upcoming`: A new feature that is in progress, not visible to users yet, and usually behind a feature flag. | ||
|
||
**Example:** `feat: [M3-1234] - Allow user to view their login history` | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.