Skip to content

Resolving Issues

Charles de Beauchesne edited this page May 13, 2020 · 2 revisions

An issue seems resolvable, and you feel motivated, that's great! 🎉

To ensure a good workflow, please follow these steps:

  • assign the issue to yourself
  • If you partially fix an issue, split the issue in two parts
  • Create a new branch, and commit your modifications. You can use several commit if needed, just keep them coherent and reviewable. At least one commit (the most relevant) must have a message like Fix #1234 where 1234 is the issue id.
  • Once your modification is ready, push it and create a PR (or if you have drafted a PR, mark is a ready).
  • if during the PR process some modification are added, add them to your initial commit, and force-push it
  • Once the PR is merged, go to your issue, and add it to the current milestone (create it if needed).