Open toxypi opened 1 year ago
Create a GitHub issue and describe a specific problem/idea. Assign the issue to yourself.
Create a corresponding branch:
git checkout main git pull git checkout -b ISSUE-<NUMBER>
Fix the problem in the new branch. Commit message must mention the issue number:
This closes issue #<NUMBER> on GitHub.
Create a pull request and choose the correct assignee:
git push --set-upstream origin ISSUE-<NUMBER>
Create a GitHub issue and describe a specific problem/idea. Assign the issue to yourself.
Create a corresponding branch:
Fix the problem in the new branch. Commit message must mention the issue number:
Create a pull request and choose the correct assignee: