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
* main: (35 commits)
Correct swagger annotations for enums, status codes, and notification state (go-gitea#37030)
Update Nix flake (go-gitea#37024)
Bump go and python versions in nix flake (go-gitea#37031)
Make task list checkboxes clickable in the preview tab (go-gitea#37010)
Add support for in_progress event in workflow_run webhook (go-gitea#36979)
Fix various problems (go-gitea#37029)
Update AI Contribution Policy (go-gitea#37022)
Migrate from webpack to vite (go-gitea#37002)
Upgrade yaml (go-gitea#37015)
Fix issue label deletion with Actions tokens (go-gitea#37013)
Hide delete branch or tag buttons in mirror or archived repositories. (go-gitea#37006)
Update AGENTS.md with additional guidelines (go-gitea#37018)
Optimize 'refreshAccesses' to perform update without removing then adding (go-gitea#35702)
Fix relative-time RangeError (go-gitea#37021)
Restyle Workflow Graph (go-gitea#36912)
Update message severity colors, fix navbar double border (go-gitea#37019)
Clean up checkbox cursor styles (go-gitea#37016)
add missing cron tasks to example ini (go-gitea#37012)
Add e2e tests for server push events (go-gitea#36879)
Update JS dependencies (go-gitea#37001)
...
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,16 +70,18 @@ For configuring IDEs for Gitea development, see the [contributed IDE configurati
70
70
71
71
## AI Contribution Policy
72
72
73
-
Contributions made with the assistance of AI tools are welcome, but contributors must use them responsibly.
73
+
Contributions made with the assistance of AI tools are welcome, but contributors must use them responsibly and disclose that use clearly.
74
74
75
-
1.Include related issues or pull requests in the prompt so that the AI has ideal context.
76
-
2.Review AI-generated code closely before submitting a pull request.
77
-
3.Manually test the changes and add appropriate automated tests where feasible.
78
-
4.Only use AI to assist in contributions that you understand well enough to respond to feedback without relying on AI.
79
-
5.Indicate AI-generated content in issue and pull requests descriptions and comments. Specify which model was used.
80
-
6.Do not use AI to reply to questions about your issue or pull request. The questions are for you, not an AI model.
75
+
1.Review AI-generated code closely before marking a pull request ready for review.
76
+
2.Manually test the changes and add appropriate automated tests where feasible.
77
+
3.Only use AI to assist in contributions that you understand well enough to explain, defend, and revise yourself during review.
78
+
4.Disclose AI-assisted content clearly.
79
+
5.Do not use AI to reply to questions about your issue or pull request. The questions are for you, not an AI model.
80
+
6.AI may be used to help draft issues and pull requests, but contributors remain responsible for the accuracy, completeness, and intent of what they submit.
81
81
82
-
Maintainers reserve the right to close pull requests and issues that appear to be low-quality AI-generated content. We welcome new contributors, but cannot sustain the effort of supporting contributors who primarily defer to AI rather than engaging substantively with the review process.
82
+
Maintainers reserve the right to close pull requests and issues that do not disclose AI assistance, that appear to be low-quality AI-generated content, or where the contributor cannot explain or defend the proposed changes themselves.
83
+
84
+
We welcome new contributors, but cannot sustain the effort of supporting contributors who primarily defer to AI rather than engaging substantively with the review process.
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@
8
8
[](https://www.codetriage.com/go-gitea/gitea"Help Contribute to Open Source")
9
9
[](https://opencollective.com/gitea"Become a backer/sponsor of gitea")
[](https://gitpod.io/#https://github.com/go-gitea/gitea)
0 commit comments