Document Code of Conduct and Contributing Guidelines in README#32
Document Code of Conduct and Contributing Guidelines in README#32
Conversation
Co-authored-by: JonCGit <58008536+JonCGit@users.noreply.github.com>
|
@copilot In the microsoft/vscode repository, what is the suggestion in the CONTRIBUTING.md file for if you have a question? |
Co-authored-by: JonCGit <58008536+JonCGit@users.noreply.github.com>
In the microsoft/vscode CONTRIBUTING.md, questions are directed to Stack Overflow using the tag I've added a similar "Asking Questions" subsection to the Contributing section in our README, directing users to Stack Overflow with the tag |
|
@copilot In microsoft/fluentai repository, what does the CredScanSuppressions.json file do? |
The CredScanSuppressions.json file is a configuration file for Microsoft's Credential Scanner security tool. It specifies which files should be excluded from credential scanning, typically for:
The file contains an array of suppressions, each with a file path and a justification explaining why that file is safe to exclude from scanning. This helps reduce noise in security scans while maintaining security best practices. |
The repository's Code of Conduct was not referenced in the README, reducing discoverability for contributors.
Changes
Added standard repository policy sections to README.md:
microsoft-agent365instead of opening GitHub issues (following the pattern from microsoft/vscode repository)The code of conduct mentioned in this repository is the Microsoft Open Source Code of Conduct.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.