Skip to content

Commit

Permalink
add: new content for Dev Workflows on commits
Browse files Browse the repository at this point in the history
  • Loading branch information
xxiicode committed Apr 10, 2024
1 parent c2440fd commit 57b5c0f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1049,4 +1049,9 @@ blockquote p {

span.data-span {
font-style: italic;
}

i {
font-family: 'freight-text-pro', serif;
font-style: italic;
}
11 changes: 10 additions & 1 deletion wiki/content/development-workflow.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<section id="development-workflow">
<h2 class="heading-1">12. Development Workflow</h2>
<p>Website project set-up:</p>
<h3 class="heading-2">12.1. Website project set-up:</h3>
<ol class="hanging-list">
<li>Create Github repository</li>
<li>Buy web domain</li>
Expand All @@ -19,4 +19,13 @@
<li>Add Poly Cookies</li>
<li>Create and add Favicon system</li>
</ol>
<h3 class="heading-2">12.2. Prefixes conventions on Github commits</h3>
<ul class="hanging-list">
<li><strong>add:</strong> Used when adding new features, functionalities, or content to the project. <i>"add: contact form to the website."</i></li>
<li><strong>fix:</strong> Employed when correcting bugs, errors, or issues within the project. <i>"fix: alignment of accordion icons."</i></li>
<li><strong>improve:</strong> Indicates enhancements or optimizations made to existing features or functionalities. <i>"improve: loading speed of homepage images."</i></li>
<li><strong>remove:</strong> Signifies the removal or deletion of features, functionalities, or content from the project. <i>"remove: outdated card images."</i></li>
<li><strong>hotfix:</strong> Reserved for urgent fixes deployed quickly to resolve critical issues in production. <i>"hotfix"</i>.</li>
</ul>
</section>

0 comments on commit 57b5c0f

Please sign in to comment.