mirror of
https://github.com/ApfelTeeSaft/vb01.git
synced 2026-08-26 19:33:45 +00:00
3088479e4783c2eeab4243ab136731968ab45f31
vb01
Build guide
UNIX
git clone <vb01_url>cd vb01git submodule update --init --recursivecmake -S . -B buildcd buildmake
Windows
git clone <vb01_url>cd vb01git submodule update --init --recursivecmake -S . -B build -G <present_visual_studio_version>- open
build\ALL_BUILD.vcxproj - build the solution
Contrib guide
The Gitflow shall be used.
- create an issue, representing a change you wish to implement using one of these labels:
featureimprovementbugfix
- create a branch off the
developbranch, named using this scheme:featurelabel ->ft-<issue_number>-<short_description>improvementlabel ->imp-<issue_number>-<short_description>bugfixlabel ->bf-<issue_number>-<short_description>
- create a PR with a short description of changes and evidence of the issue resolved, such as:
- reference to an automatic test(s) to run
- steps to manually verify the issue is resolved
- screenshots or screencasts
- await the repo admin's approval
Languages
C++
86.8%
GLSL
8.8%
Python
3.1%
CMake
1.3%