Skip to content

Commit

Permalink
Merge branch 'rc' into sy-1375-run-ci-tests-on-windows-and-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
pjdotson committed Nov 12, 2024
2 parents d5f1589 + b2b6c89 commit e0371e0
Show file tree
Hide file tree
Showing 781 changed files with 52,397 additions and 9,485 deletions.
33 changes: 16 additions & 17 deletions .github/PULL_REQUEST_TEMPLATE/issue.md
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. -->
Loading

0 comments on commit e0371e0

Please sign in to comment.