Skip to content

Making the first contribution #3342

Answered by jpangas
jpangas asked this question in Q&A
Mar 8, 2023 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Making your contribution

Ensure you have properly setup the bugbug repository on your computer. Please see #3338 if you would like to know how to properly setup the repository on your computer.

  1. Synchronize any changes that could have occurred before you start working on any contributions.
git checkout main
git fetch upstream
git merge upstream/main
  1. Create a branch which you shall use to make your changes/add your contribution. First time contributors can start with Issues marked as good-first-bug. Issues are considered not assigned, until there is a PR linked to them. Feel free to work on any unassigned issue, you don't need to ask first. Remember to always use a feature_branch to mak…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@AngieMeliss
Comment options

@jpangas
Comment options

@AngieMeliss
Comment options

@suhaibmujahid
Comment options

Answer selected by jpangas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants