-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'rc' into sy-1375-run-ci-tests-on-windows-and-macos
- Loading branch information
Showing
781 changed files
with
52,397 additions
and
9,485 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,40 @@ | ||
# Feature Pull Request Template | ||
# Issue Pull Request | ||
|
||
## Key Information | ||
|
||
- **Linear Issue**: [SY-#](https://linear.app/synnax/issue/) | ||
<!-- Edit the list below with the proper issue number and link --> | ||
|
||
- **Linear Issue**: [SY-####](https://linear.app/synnax/issue/) | ||
|
||
## Description | ||
|
||
Please write a short (2-3 sentence) description describing the changes. | ||
<!-- Write a short (2-3 sentence) description describing the changes. --> | ||
|
||
## Basic Readiness | ||
|
||
- [ ] I have performed a self-review of my code. | ||
- [ ] I have added relevant tests to cover the changes to CI. | ||
- [ ] I have needed QA steps to the [release | ||
candidate](/.github/PULL_REQUEST_TEMPLATE/rc.md) template that cover these changes. | ||
- [ ] I have added needed QA steps to the [release candidate](/synnaxlabs/synnax/blob/main/.github/PULL_REQUEST_TEMPLATE/rc.md) template that cover these changes. | ||
- [ ] I have updated in-code documentation to reflect the changes. | ||
- [ ] I have updated user-facing documentation to reflect the changes. | ||
|
||
## Backwards Compatibility | ||
|
||
The following makes sure that this feature does not break backwards compatability. | ||
|
||
### Data Structures | ||
|
||
- [ ] Server - I have ensured that previous versions of stored data structures are | ||
properly migrated to new formats. | ||
- [ ] Console - I have ensured that previous versions of stored data structures are | ||
properly migrated to new formats. | ||
I have ensured that previous versions of stored data structures are properly migrated to new formats in the following projects: | ||
|
||
- [ ] Server | ||
- [ ] Console | ||
|
||
### API Changes | ||
|
||
- [ ] Server - The server API is backwards-compatible | ||
- The following client APIs are backwards-compatible: | ||
- [ ] C++ | ||
- [ ] TypeScript | ||
- [ ] Python | ||
The following projects have backwards-compatible APIs: | ||
|
||
- [ ] Python Client | ||
- [ ] Server | ||
- [ ] TypeScript Client | ||
|
||
### Breaking Changes | ||
|
||
If anything in this section is not true, please list all breaking changes. | ||
<!-- If anything in this section is not true, list all breaking changes. --> |
Oops, something went wrong.