Skip to content

Latest commit

 

History

History
115 lines (87 loc) · 3.1 KB

README.md

File metadata and controls

115 lines (87 loc) · 3.1 KB

📘Table of Contents

📖 {Repo Name}

(Repo Description)

💻 Getting Started

Setup

gh repo clone (github repo directory)

Install

  1. Visual Studio Code(required)

How to Create Project in Visual Studio Code

  1. (explain)
  2. (explain)
  3. (explain)

Directory sample

C:\Users\{UserName}\Github\(repo name)

✏️ How to Study

(explain)

🌱 Commit Rule

Base Rule : gitmoji
Other Rule : Define personal rules.
Coding Style : Google-StyleGuid-Cpp
Other Style : Follow Google StyleGuide. The part I haven't figured out yet, I write the code in my personal style.

Gitmoji

Open/Close
Gitmoji Description
🎉(tada) Begin a project
✨(sparkles) Introduce new features
⚡(zap) Improve performance
🔧(wrench) Add or update configuration files
🔨(hammer) Add or update development scripts
🔥(fire) Remove code or files
💩(poop) Write bad code that needs to be improved
💡(bulb) Add or update comments in source code
🩹(adhesive_bandage) Simple fix for a non-critical issue
🚚(truck) Move or rename resources (e.g.: files, paths, routes)
⚰️(coffin) Remove dead code
🐛(bug) Fix a bug
🚧(construction) Work in progress
⚗️(alembic) Perform experiments
♻️(recycle) Refactor code
📝(memo) Add or update documentation
✏️(pencil2) Fix typos
🍱(bento) Add or update assets
💄(lipstick) Add or update the UI and style files
🙈(see_no_evil) Add or update a .gitignore file
⏪(rewind) Revert changes
📦(package) Add or update compiled files or packages

Commit Type

Open/Close
Name Description
Create Create New file / Project
Add Add New File
Feat Create New Feature
Delete Delete file / feature
Update Improve feature / Make significant changes
Fix Fix bug
Docs Edit a document
Refactor Refactoryiing the code.

Commit Message

Leave a brief message about the changes.

Commit Format

(Gitmoji) (Commit Type): (Commit Message) (Commit File target)

💁 Author

💁 Kinesis Akashic