Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
frontend
Commits
18b67ff0
Commit
18b67ff0
authored
1 month ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
BaseGuide documentation added
parent
21cd9740
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!411
Feature/docs
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/general/BaseGuide.md
+27
-0
27 additions, 0 deletions
docs/general/BaseGuide.md
with
27 additions
and
0 deletions
docs/general/BaseGuide.md
0 → 100644
+
27
−
0
View file @
18b67ff0
# Base Guide
---
### **Codebase**
-
Full standardisation of linting, components and folder structure
\[
Code Standard
\]
-
Guarantee of standardisation
\[
CI/CD
\]
### **Commit/PR**
-
Full standardisation of commits/PRs according to Conventional Commits
-
[
https://www.conventionalcommits.org/en/v1.0.0/
](
https://www.conventionalcommits.org/en/v1.0.0/
)
-
[
https://highlab.pl/conventional-commits/
](
https://highlab.pl/conventional-commits/
)
-
We should minimise to zero the cases of unclear commit messages and PR titles. Good nomenclature is:
-
better understanding of the changes being made, Code Review with increased contextual awareness
-
Versioning automation
-
Guarantee of standardisation
\[
CI/CD
\]
### **Branches**
-
Production branch
\-
`main`
-
Staging branch
\-
`develop`
-
Feature branch
\-
`feat/MIN-123-sth-to-do`
,
`fix/MIN-243-sth-to-do`
-
Implementation path:
-
Feature implementation
\=
`feat/MIN-123-sth-to-do`
→
`develop`
-
Release
\=
`develop`
→
`main`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment