Skip to content
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

Branch naming style #25

Open
adamzev opened this issue May 15, 2018 · 0 comments
Open

Branch naming style #25

adamzev opened this issue May 15, 2018 · 0 comments
Labels

Comments

@adamzev
Copy link
Owner

adamzev commented May 15, 2018

I propose that we have a development ("develop" or "dev") branch and master branch (the currently deployed version).

We can have other short-lived branches that follow this style:

{reason}-{1 to 3 word description}-{id-type}-{id}

Reasons would be limited to "bug", "feature", "refactor", "hotfix" or "spike" (spike for experiments).

So for example, to work on issue #23, I could name it "feature-add-lineup-selector-issue-23". Maybe that's a bit long. Should we try to limit the description to a word? Or always use issues (rather than stories, or other ids). So it could be "feature-lineup-23"

I'm going to set up CICD (Travis CI probably) on the project so I don't know if that matters for branch names other than for separating develop and master.

@adamzev adamzev added the meta label May 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant