Skip to content

How To Make Commit

Stanislau Mazur edited this page Oct 9, 2023 · 1 revision
  1. First, you must build a project.

This is done using the CMake utility.

See the repository home page for how to install it.

In order to commit and do your task, you must have Git on your computer.

  1. After you build the project, we move on to the development part: do the task described in issues.

  2. You will need to create a branch for your task. You can learn how to do this by familiarising yourself with the basic Git commands. Executing your task is done strictly on YOUR branch.

  3. Once you are sure you have completed your task, you create a pull request with the name of your task, describe what you have done, and bind your task to the pull request.

  4. You wait for code reviews from the repository creator and other contributors for your changes to go into the main branch. This is a prerequisite.

Clone this wiki locally