Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
id2
S
Software
S
services
FAIR
Software Quality Assurance
Commits
f787ba7c
Commit
f787ba7c
authored
Jul 21, 2020
by
Hannes Fuchs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
formatting the commands
parent
cc5b469c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
CONTRIBUTING.md
CONTRIBUTING.md
+7
-8
No files found.
CONTRIBUTING.md
View file @
f787ba7c
...
...
@@ -62,21 +62,20 @@ Ready to contribute? Here's how to set up `CI-Services` for local development.
1.
Fork the
`CI-Services`
repo on GitLab.
2.
Clone your fork locally:
```
shell
$
git clone git@gitext.gfz-potsdam.de:your_name_here/ci-services.git
```
3.
Create a branch for local development:
```
shell
$
git checkout
-b
name-of-your-bugfix-or-feature
Now you can make your changes locally.
```
Now you can make your changes locally.
4.
Commit your changes and push your branch to GitLab:
```
shell
$
git add
.
$
git commit
-m
"Your detailed description of your changes."
$
git push origin name-of-your-bugfix-or-feature
```
5.
When you're done making changes, check that your changes pass the code style and the software tests by running the CI.
The pylint score needs to be above 9/10.
...
...
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