-
Notifications
You must be signed in to change notification settings - Fork 24
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
[NO-TICKET] Create template for CONTRIBUTING.md #118
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,28 @@ | ||||||
Welcome to the contributions guide for Cobalt Product Documentation | ||||||
|
||||||
Thank you for contributing to our project! We'll build your contributions at | ||||||
developer.cobalt.io. | ||||||
|
||||||
## Branch names | ||||||
|
||||||
If you're a Cobalt employee, please include the name of the Jira ticket in the name of the | ||||||
branch. For example, if you're making changes for a ticket named DOCS-12345, specify a | ||||||
branch name like: | ||||||
|
||||||
``` | ||||||
DOCS-12345_reason_for_change | ||||||
``` | ||||||
|
||||||
Alternatively, if you do not have a Jira ticket, specify a branch name like | ||||||
|
||||||
``` | ||||||
NO-TICKET_reason_for_change | ||||||
``` | ||||||
|
||||||
If you're a Cobalt employee, include the group name acronym with the ticket, such as: | ||||||
|
||||||
``` | ||||||
EX-NO-TICKET_reason_for_change | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do you think using kebab-case (at least in all documentation) would help consistency? I personally also like |
||||||
``` | ||||||
|
||||||
We'll include a Continuous Integration job which reviews branch names. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @sergey-kruk-cobalt what's a good link for SOC2 compliance? I might add:
Suggested change
|
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.
I think in general all branch naming rules need to reference one document (right now it't in confluence but it may move) so the basics are not repeated. And the reason to expand the section is only in case when you want to define specifics (what is the format, which PRs can have no tickets or if tickets are always required)