Strengthen contributor guidance to support Help-Wanted contributions - #6402
Draft
Trenly wants to merge 6 commits into
Draft
Strengthen contributor guidance to support Help-Wanted contributions#6402Trenly wants to merge 6 commits into
Trenly wants to merge 6 commits into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add screenshot/recording evidence prompt to Validation section * Add 'AI assistance was used and has been disclosed' checkbox * Add 'No AI assistance was used' checkbox * Add 'Added or updated tests (or noted why not applicable)' checkbox Resolves microsoft#6397 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📖 Description
Strengthens contributor guidance to better support
Help-Wantedcontributions. Addresses the four sub-issues tracked under #6393:CONTRIBUTING.mdspecifying when unit and E2E tests are expected, when they may be omitted, and how to run them.doc/Standards.md, a new coding conventions reference covering file formatting, brace style, naming (C++ and C#), error handling (WIL/AICLI_*macros), casts,std::move()usage, and resource string requirements.CONTRIBUTING.mdclarifying that contributors are fully accountable for AI-generated code and must disclose material AI use in their PR..github/PULL_REQUEST_TEMPLATE.mdto add an evidence prompt in the Validation section, a tests checkbox, and an AI Assistance disclosure section.doc/Developing.mdto cross-referencedoc/Standards.mdand add a dedicated "Running End-to-End Tests" section..github/copilot-instructions.mdto document PR expectations for AI-assisted work and normalize trailing whitespace.cc @denelon
🔗 References
🔍 Validation
Documentation-only changes. All cross-references and Markdown anchor links verified. No functional code changed.
✅ Checklist
🤖 AI Assistance
GitHub Copilot assisted in authoring all documentation additions in this PR: the new
doc/Standards.mdfile, the AI-assisted contributions policy, the expanded testing guidance inCONTRIBUTING.md, the "Running End-to-End Tests" section indoc/Developing.md, and the PR template updates. I have reviewed and revised the submitted content.📋 Issue Type
Microsoft Reviewers: Open in CodeFlow