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

Collaboration workflow #3

Open
toxypi opened this issue Jun 25, 2023 · 0 comments
Open

Collaboration workflow #3

toxypi opened this issue Jun 25, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@toxypi
Copy link
Contributor

toxypi commented Jun 25, 2023

  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>
@toxypi toxypi self-assigned this Jun 25, 2023
@toxypi toxypi added the documentation Improvements or additions to documentation label Jun 25, 2023
@toxypi toxypi mentioned this issue Jul 9, 2023
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

1 participant