-
Notifications
You must be signed in to change notification settings - Fork 913
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52f9678
commit 680f81f
Showing
1 changed file
with
29 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<div style="padding: 4px; margin-bottom: 20px; background: linear-gradient(45deg, #FFFFCC, #CCFFCC); color: #333; text-align: center; border-radius: 10px; font-size: 1.5em; font-weight: bold; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);"> | ||
Feature freeze date for v24.08 is Aug 5th. RC1 is scheduled on Aug 10th, RC2 on Aug 15, and final release on Aug 22nd. | ||
</div> | ||
|
||
# Pull Request Title | ||
|
||
## Description | ||
Please provide a brief summary of the changes made in this PR. What does it do, and why is it necessary? | ||
|
||
## Related Issues | ||
List any related issues, bugs, or feature requests that are being addressed by this PR. Link them using GitHub's closing syntax (e.g., `Closes #123`). | ||
|
||
- Closes #issue_number | ||
|
||
## Changes Made | ||
- [ ] **Feature**: Brief description of the new feature or functionality added. | ||
- [ ] **Bug Fix**: Brief description of the bug fixed and how it was resolved. | ||
- [ ] **Refactor**: Any code improvements or refactoring done without changing the functionality. | ||
|
||
## Checklist | ||
Ensure the following tasks are completed before submitting the PR: | ||
|
||
- [ ] Changelog has been added in relevant commit/s. | ||
- [ ] Tests have been added or updated to cover the changes. | ||
- [ ] Documentation has been updated as needed. | ||
- [ ] Any relevant comments or `TODOs` have been addressed or removed. | ||
|
||
## Additional Notes | ||
Any additional information or context about this PR that reviewers should know. |