Skip to content

Commit 4f70ebb

Browse files
authored
Document our issue locking policy (#29433)
1 parent 324626a commit 4f70ebb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [How to report issues](#how-to-report-issues)
99
- [Types of issues](#types-of-issues)
1010
- [Discuss your design before the implementation](#discuss-your-design-before-the-implementation)
11+
- [Issue locking](#issue-locking)
1112
- [Building Gitea](#building-gitea)
1213
- [Dependencies](#dependencies)
1314
- [Backend](#backend)
@@ -103,6 +104,13 @@ the goals for the project and tools.
103104

104105
Pull requests should not be the place for architecture discussions.
105106

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+
106114
## Building Gitea
107115

108116
See the [development setup instructions](https://docs.gitea.com/development/hacking-on-gitea).

0 commit comments

Comments
 (0)