Commit 48f11fda authored by Ray Rafael Abenido's avatar Ray Rafael Abenido

Meta: Fixed a typo in 'git_conventions.md'.

parent 9627f289
...@@ -34,7 +34,7 @@ As much as possible, your git messages should follow these guidelines. ...@@ -34,7 +34,7 @@ As much as possible, your git messages should follow these guidelines.
3. Improvement: if you made an improvements on pre-existing feature 3. Improvement: if you made an improvements on pre-existing feature
4. Clean: if you cleaned messy code by reformatting, restructuring, changing 4. Clean: if you cleaned messy code by reformatting, restructuring, changing
variable, function, or class names, etc. variable, function, or class names, etc.
5. Feature: if you added a new feature or expanded a pre-existing one. 5. New Feature: if you added a new feature or expanded a pre-existing one.
6. Test: if you have not made any changes to the code but tested the project. 6. Test: if you have not made any changes to the code but tested the project.
7. Meta: if you have modified the README.md file or added new files that are 7. Meta: if you have modified the README.md file or added new files that are
not part of the project itself but provides information to programmers on how not part of the project itself but provides information to programmers on how
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment