aaron
057377207a
Some checks failed
release / begin-notification (push) Has been cancelled
release / build-linux (push) Has been cancelled
release / build-msi-installer (push) Has been cancelled
release / build-mac-installer (push) Has been cancelled
release / upload-to-s3 (push) Has been cancelled
release / github-release (push) Has been cancelled
release / end-notification (push) Has been cancelled
65 lines
2 KiB
Markdown
65 lines
2 KiB
Markdown
<!-- Thank you for contributing a pull request! Here are a few tips to help you:
|
|
|
|
1. If this is your first contribution, make sure you've read the Contribution Checklist https://developers.mattermost.com/contribute/getting-started/contribution-checklist/
|
|
2. Read our blog post about "Submitting Great PRs" https://developers.mattermost.com/blog/2019-01-24-submitting-great-prs
|
|
3. Take a look at other repository specific documentation at https://developers.mattermost.com/contribute
|
|
-->
|
|
|
|
#### Summary
|
|
<!--
|
|
A brief description of what this pull request does.
|
|
-->
|
|
|
|
#### Ticket Link
|
|
<!--
|
|
If this pull request addresses a Help Wanted ticket, please link the relevant GitHub issue, e.g.
|
|
|
|
Fixes https://github.com/mattermost/desktop/issues/XXXXX
|
|
|
|
Otherwise, link the JIRA ticket.
|
|
-->
|
|
|
|
#### Checklist
|
|
<!--
|
|
Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.
|
|
-->
|
|
- [ ] Added or updated unit tests (required for all new features)
|
|
- [ ] Has UI changes
|
|
- [ ] read and understood our [Contributing Guidelines](https://github.com/mattermost/desktop/blob/master/CONTRIBUTING.md)
|
|
- [ ] completed [Mattermost Contributor Agreement](https://mattermost.com/contribute/)
|
|
- [ ] executed `npm run lint:js` for proper code formatting
|
|
- [ ] Run E2E tests by adding label `Run Desktop E2E Tests`
|
|
|
|
#### Device Information
|
|
This PR was tested on: <!-- Device name(s), OS version(s) -->
|
|
|
|
#### Screenshots
|
|
<!--
|
|
If the PR includes UI changes, include screenshots/GIFs.
|
|
-->
|
|
|
|
#### Release Note
|
|
<!--
|
|
Add a release note for each of the following conditions:
|
|
|
|
* New features and improvements, including behavioural changes, UI changes
|
|
* 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.
|
|
|
|
Examples:
|
|
|
|
```release-note
|
|
Added a new config setting ServiceSettings.FooBar. Added a new column Foo to the Users table.
|
|
```
|
|
|
|
```release-note
|
|
NONE
|
|
```
|
|
-->
|
|
|
|
```release-note
|
|
|
|
```
|