Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
neofetch
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
neofetch
Commits
ffd711a4
Commit
ffd711a4
authored
May 04, 2018
by
Dylan Araps
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: update
parent
736b45a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
CONTRIBUTING.md
CONTRIBUTING.md
+13
-1
No files found.
CONTRIBUTING.md
View file @
ffd711a4
# How to Contribute
# How to Contribute
## Table of Contents
<!-- vim-markdown-toc GFM -->
*
[
ShellCheck
](
#shellcheck
)
*
[
Coding Conventions
](
#coding-conventions
)
*
[
No no's
](
#no-nos
)
*
[
If Statements
](
#if-statements
)
*
[
Case Statements
](
#case-statements
)
<!-- vim-markdown-toc -->
## ShellCheck
## ShellCheck
For your contribution to be accepted, your changes need to pass
For your contribution to be accepted, your changes need to pass
...
@@ -52,7 +64,7 @@ fi
...
@@ -52,7 +64,7 @@ fi
# Good
# Good
[[
"
$var
"
]]
&&
echo
"
$var
"
[[
"
$var
"
]]
&&
echo
"
$var
"
# Also good (Use this for longer lines.
# Also good (Use this for longer lines
)
.
[[
"
$var
"
]]
&&
\
[[
"
$var
"
]]
&&
\
echo
"
$var
"
echo
"
$var
"
```
```
...
...
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