-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add markdown for code of conduct and pr template #6053
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments inline
…into Community-Profile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated feedback. I'd make this repo consistent with the existing code of conduct used in the Azure repo and the pull request template consistent with the template from the other Azure SDK repos
PULL_REQUEST_TEMPLATE.md
Outdated
@@ -0,0 +1,41 @@ | |||
#Azure SDK for Java Pull Request Template Guide |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you use the Azure SDK For .NET PULL_REQUEST_TEMPLATE.md as a template for the Java repo?
The embedded links would need to be updated to point to resources in our repo, and those resources would also need to be added.
Add markdown for
fixes: #5936