diff --git a/responsible-ai-faq.md b/responsible-ai-faq.md index 289ae48..f3d928f 100644 --- a/responsible-ai-faq.md +++ b/responsible-ai-faq.md @@ -38,4 +38,8 @@ Code generated by Copilot Workspace should be held to the same standard as human ## What should a user do if they encounter offensive content while using Copilot Workspace? -Please report any examples of offensive content to copilot-safety@github.com. Please include a share link so that we can investigate. \ No newline at end of file +Please report any examples of offensive content to copilot-safety@github.com. Please include a share link so that we can investigate. + +## Is it possible to commit all code to the main branch without creating a new branch? + +Yes, it is now possible to commit all code to the main branch without creating a new branch. The implementation has been updated to allow direct commits to the main branch. Users can now choose to commit changes directly to the main branch from the Copilot Workspace interface.