Skip to content

Collaboration workflow #3

Description

@toxypi
  1. Create a GitHub issue and describe a specific problem/idea. Assign the issue to yourself.

  2. Create a corresponding branch:

git checkout main
git pull
git checkout -b ISSUE-<NUMBER>
  1. Fix the problem in the new branch. Commit message must mention the issue number:
This closes issue #<NUMBER> on GitHub.
  1. Create a pull request and choose the correct assignee:
git push --set-upstream origin ISSUE-<NUMBER>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions