Skip to content

pull requests

Isabel Amaya edited this page Sep 13, 2024 · 2 revisions

As described in the contributor guide, Wordplay uses a "fork and pull" workflow. That means for every issue you start working on, you should do the following:

  • Please make sure you've forked the repository and that it's in sync, according to the contributor guide.
  • Create a branch in your fork from main to represent the work on your issue. Format the branch name as [issue #]-[descriptive name] so we know the branch's concerns. For example, if you were working on hypothetical issue number 27 concerning fancy colors, you might call your branch 27-fancy-colors.
  • Create a draft pull request (PR) for your branch, filling out the details in the template on GitHub to capture your ongoing work on the issue. Associating the issue number with the PR will help others track your progress and optionally collaborate with you.
Clone this wiki locally