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

Add to "How we work with GitHub" sample branching naming suffixes #19

Open
dawciobiel opened this issue Apr 20, 2023 · 1 comment
Open
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@dawciobiel
Copy link
Collaborator

dawciobiel commented Apr 20, 2023

Add to "How we work with GitHub" sample branching naming suffixes

Issue name convention

<suffix>/<user story number?><title>/<developer nick>

Pull request name convention

<suffix>/<issue number><title>/<developer nick>

Branch name convention

<suffix>/<issue number><title>/<developer nick>
or
<suffix>/<pull request number><title>/<developer nick>

branch name example:
feature/1618 develop_single_feature_issue/dawciobiel

List additional suffixes

  • feature
  • integration test
  • unit test
  • bugfix

Assignees

Due date

  • as soon as possible
@dawciobiel dawciobiel self-assigned this Apr 20, 2023
@dawciobiel dawciobiel added the documentation Improvements or additions to documentation label Apr 20, 2023
@mirekgab
Copy link
Collaborator

My propositions:

Issue name convention

<suffix>/<title>_<developer nick>

Pull request name convention

<suffix>/<issue number>_<title>_<developer nick>

Branch name convention

<suffix>/<issue number>_<title>_<developer nick>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants