Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SickRage-1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
SickRage-1
Commits
c5426984
Commit
c5426984
authored
Oct 8, 2015
by
X O
Browse files
Options
Downloads
Patches
Plain Diff
Update contributing.md
parent
1c57cce2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
contributing.md
+14
-0
14 additions, 0 deletions
contributing.md
with
14 additions
and
0 deletions
contributing.md
+
14
−
0
View file @
c5426984
...
@@ -131,3 +131,17 @@ Please follow this process; it's the best way to get your work included in the p
...
@@ -131,3 +131,17 @@ Please follow this process; it's the best way to get your work included in the p
-
[
Open a Pull Request
](
https://help.github.com/articles/using-pull-requests
)
with a
-
[
Open a Pull Request
](
https://help.github.com/articles/using-pull-requests
)
with a
clear title and description.
clear title and description.
## Code guidelines
### HTML
-
Use tags and elements appropriate for an HTML5 doctype (e.g., self-closing tags)
-
Use bower components for third-party JS when possible. All other files should be local and not link to a CDN
-
Use
[
WAI-ARIA
](
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA
)
attributes in documentation examples to promote accessibility.
### JS
-
All non library files should pass full lint tests using the
[
atom.io js linter
](
https://atom.io/packages/linter-jshint
)
-
4 spaces (no tabs)
-
Code shoud be readable since it all gets minified after development is finished
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
sign in
to comment