You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main:
Document that all unmerged feature PRs will be moved to next milestone when the feature freeze time comes (go-gitea#29578)
Make admin pages wider because of left sidebar added and some tables become too narrow (go-gitea#29581)
Refactor star/watch button (go-gitea#29576)
Remove unnecessary SanitizeHTML from code (go-gitea#29575)
Add missing database transaction for new issue (go-gitea#29490)
Fix incorrect package link method calls in templates (go-gitea#29580)
Move some asymkey functions to service layer (go-gitea#28894)
Add user blocking (go-gitea#29028)
# Conflicts:
# templates/repo/issue/view_content/context_menu.tmpl
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -464,7 +464,7 @@ We assume in good faith that the information you provide is legally binding.
464
464
We adopted a release schedule to streamline the process of working on, finishing, and issuing releases. \
465
465
The overall goal is to make a major release every three or four months, which breaks down into two or three months of general development followed by one month of testing and polishing known as the release freeze. \
466
466
All the feature pull requests should be
467
-
merged before feature freeze. And, during the frozen period, a corresponding
467
+
merged before feature freeze. All feature pull requests haven't been merged before this feature freeze will be moved to next milestone, please notice our feature freeze announcement on discord. And, during the frozen period, a corresponding
468
468
release branch is open for fixes backported from main branch. Release candidates
469
469
are made during this period for user testing to
470
470
obtain a final version that is maintained in this branch.
0 commit comments