Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
simcaq-node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
simcaq
simcaq-node
Commits
305f1337
There was a problem fetching the pipeline summary.
Commit
305f1337
authored
8 years ago
by
Vytor Calixto
Browse files
Options
Downloads
Patches
Plain Diff
[ci skip]
Update CONTRIBUTING.md
parent
403e70d9
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CONTRIBUTING.md
+29
-1
29 additions, 1 deletion
CONTRIBUTING.md
with
29 additions
and
1 deletion
CONTRIBUTING.md
+
29
−
1
View file @
305f1337
...
@@ -16,4 +16,32 @@ Bugs are reported and tracked at simcaq/SCRUM repository. As you determinate whi
...
@@ -16,4 +16,32 @@ Bugs are reported and tracked at simcaq/SCRUM repository. As you determinate whi
*
**master**
: protected branch and contains the stable version
*
**master**
: protected branch and contains the stable version
*
**development**
: default branch
*
**development**
: default branch
*
**issue/??**
: issue branch - a branch created to solve a issue
*
**issue/??**
: issue branch - a branch created to solve a issue
*
**feature_????**
: feature branch - a branch created to add a feature
*
**feature_????**
: feature branch - a branch created to add a feature
\ No newline at end of file
## Styleguide
### Commit messages
*
Use the present tense ("Add feature" not "Added feature")
*
Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
*
Limit the first line to 72 characters or less
*
Reference issues and pull requests liberally
*
When only changing documentation, include [ci skip] in the commit description
*
Consider starting the commit message with an applicable emoji:
*
:art:
`:art:`
when improving the format/structure of the code
*
:racehorse:
`:racehorse:`
when improving performance
*
:memo:
`:memo:`
when writing docs
*
:bug:
`:bug:`
when fixing a bug
*
:fire:
`:fire:`
when removing code or files
*
:green_heart:
`:green_heart:`
when fixing the CI build
*
:white_check_mark:
`:white_check_mark:`
when adding tests
*
:lock:
`:lock:`
when dealing with security
*
:arrow_up:
`:arrow_up:`
when upgrading dependencies
*
:arrow_down:
`arrow_down`
when downgrading dependencies
### JavaScript Styleguide
All JavaScript follows the AirBnB styleguide with the following modifications:
*
4 spaces of identation
*
No unused vars
*
Allow param reassign
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