project_description by Fathom 7 Digital Studios!
Explore the Docs »
View Steam Page
·
Report Bug
·
Request Feature
project_description
To get a local copy up and running follow these simple steps.
- Source Control Tool (GitKraken preferred)
- Script Editor (VSCode preferred)
- Windows / Mac OS
- Clone the repo
git clone https://github.com/Truly-Integrated-Computing/repo_name.git
- Initialize GitLFS and Verify
git lfs install
- Initialize GitFlow using:
Default Branch: main Develop Branch: dev Feature Prefix: feature/ Release Prefix: release/ Hotfix Prefix: hotfix/ Version Tag Prefix: v
Follows standard F7 Engine Style usage guidelines.
For examples, please refer to the F7 Style Guide: F7 Style Guide
See the Asana Board for a list of milestones, features, and known issues).
Fathom 7 Digital Studios utilizes the GitFlow methodology for branch workflows. The basic workflow is as follows:
- Clone the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request using F7 PR Template. See F7 Style Guide for Template.
Private Distribution, Fathom 7 Digital Studios: 2021.
See LICENSE.md
for more information.
John Murwin - @JohnMurwin - [email protected]
Project Website: www.project_title.com
Project Link: https://github.com/Truly-Integrated-Computing/repo_name