Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_django unchained
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jose Emmanuel B. Laurel
widget_django unchained
Commits
68077af2
Commit
68077af2
authored
Apr 02, 2022
by
Ray Rafael Abenido
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean: reformatted README.md and 'git_conventions.md' with MarkDown syntax.
parent
c8d6741e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
19 deletions
+21
-19
README.md
README.md
+8
-7
git_conventions.md
git_conventions.md
+13
-12
No files found.
README.md
View file @
68077af2
# widget_django unchained
# widget_django unchained
== AUTHORS ==
John Raymon Yu - Assignments
Jose Emmanuel B. Laurel - Homepage
Joshua Graham Son - Announcements
Ray Rafael Abenido - Forum
== LAB SUBMISSIONS ==
# AUTHORS
Lab 1 Video Link: https://youtu.be/QsmKkNtBzik
1.
John Raymon Yu - Assignments
\ No newline at end of file
2.
Jose Emmanuel B. Laurel - Homepage
3.
Joshua Graham Son - Announcements
4.
Ray Rafael Abenido - Forum
# LAB SUBMISSIONS
1.
Lab 1 Video Link: https://youtu.be/QsmKkNtBzik
\ No newline at end of file
git_conventions.md
View file @
68077af2
...
@@ -18,28 +18,29 @@ will be cases where the new conventions you added will be needed.
...
@@ -18,28 +18,29 @@ will be cases where the new conventions you added will be needed.
Thanks! ~ Ray
Thanks! ~ Ray
## GIT CONVENTIONS (AS OF 04/02/2022)
## GIT CONVENTIONS (AS OF 04/02/2022)
# GENERAL RULES
Git messages should be as follows:
Git messages should be as follows:
> SUBJECT: A summary of what you did
> SUBJECT: A summary of what you did
An example.
<i>
New Feature: added a new database named 'ID' in homepage.
</i>
An example.
<i>
New Feature: added a new database named 'ID' in homepage.
</i>
As much as possible, your git messages should follow these guidelines.
As much as possible, your git messages should follow these guidelines.
-
Your git messages should be two or three sentences at most. Two is best.
1.
Your git messages should be two or three sentences at most. Two is best.
-
Each sentence should communicate intent, explicitly, and
<b>
not vague
</b>
.
2.
Each sentence should communicate intent, explicitly, and
<b>
not vague
</b>
.
<b>
Types of Subject
</b>
# Types of Subject
-
Fix: if you fixed a bug in the project.
1.
Fix: if you fixed a bug in the project.
-
Style: if you're changes you make has an impact on the GUI.
2.
Style: if you're changes you make has an impact on the GUI.
-
Improvement: if you made an improvements on pre-existing feature
3.
Improvement: if you made an improvements on pre-existing feature
-
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.
-
Meta: if you have modified the README.md file or added new files that are
5.
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
to write the program
to write the program
-
Others: if it doesn't fit in with the any of the above. AS MUCH AS POSSIBLE
6.
Others: if it doesn't fit in with the any of the above. AS MUCH AS POSSIBLE
AVOID THIS.
AVOID THIS.
<b>
Other Guidelines
</b>
# Other Guidelines
-
One commit message can have multiple subjects. For example, "New Feature:
1.
One commit message can have multiple subjects. For example, "New Feature:
added foo. Clean: reformatted views.py of homepage." However, the next subject
added foo. Clean: reformatted views.py of homepage." However, the next subject
must be in a newline.
must be in a newline.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment