Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Note
# Notes on Contributing

<!-- CODING AGENTS: READ AGENTS.md BEFORE WRITING CODE -->

🚨 **Important** 🚨: All code changes should be submitted to the https://github.com/microsoft/typescript-go repo. Development in this codebase [is winding down](https://devblogs.microsoft.com/typescript/progress-on-typescript-7-december-2025/#typescript-6.0-is-the-last-javascript-based-release) and PRs will only be merged if they fix **critical** 6.0 issues (at minimum, any bug that existed in 5.9 is not critical unless it's a security issue).

## Use of AI Assistance

It is acceptable to use AI tools to assist in developing PRs. However, we ask that you disclose this in the PR description. If your PR appears AI-authored and you do not include this disclosure, your PR will be closed without review. Repeated violation of this will be considered disruptive conduct, which may result in being blocked from interaction with the organization.
Comment on lines +7 to +9
Copy link

Copilot AI Apr 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The disclosure requirement is hard to follow/enforce as written because it doesn’t specify the exact disclosure format or where in the PR description it should go. Consider adding a short, explicit template (e.g., a required “AI assistance used: yes/no (+ tools)” line) and aligning it with the repository PR template so contributors see it by default.

This issue also appears on line 9 of the same file.

Copilot uses AI. Check for mistakes.

# Instructions for Logging Issues

## 1. Read the FAQ
Expand Down
Loading