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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
-[How to report issues](#how-to-report-issues)
9
9
-[Types of issues](#types-of-issues)
10
10
-[Discuss your design before the implementation](#discuss-your-design-before-the-implementation)
11
+
-[Issue locking](#issue-locking)
11
12
-[Building Gitea](#building-gitea)
12
13
-[Dependencies](#dependencies)
13
14
-[Backend](#backend)
@@ -103,6 +104,13 @@ the goals for the project and tools.
103
104
104
105
Pull requests should not be the place for architecture discussions.
105
106
107
+
### Issue locking
108
+
109
+
Commenting on closed or merged issues/PRs is strongly discouraged.
110
+
Such comments will likely be overlooked as some maintainers may not view notifications on closed issues, thinking that the item is resolved.
111
+
As such, commenting on closed/merged issues/PRs may be disabled prior to the scheduled auto-locking if a discussion starts or if unrelated comments are posted.
112
+
If further discussion is needed, we encourage you to open a new issue instead and we recommend linking to the issue/PR in question for context.
113
+
106
114
## Building Gitea
107
115
108
116
See the [development setup instructions](https://docs.gitea.com/development/hacking-on-gitea).
0 commit comments