Skip to content

Development Process

Shawna edited this page Aug 31, 2022 · 1 revision

When you start working on a new feature or a fix:

  1. Create a new branch, git branch checkout -b your_branch_name
  2. Push the code to the new branch, git push origin your-branch_name
  3. Create a Pull Request.
    After push, there will be a link in the console, enter the link to create a new pull request. Xnip2022-08-31_15-42-19
Clone this wiki locally