Skip to content

Commit c5d8a2e

Browse files
committed
adding link to contributing clause / code of conduct
1 parent 1ed5ab1 commit c5d8a2e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

pages/docs/contributing/contributing-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To contribute to the development of Singularity, you must:
1515
- Have a GitHub account (this just makes it easier on me)
1616

1717

18-
We use the traditional <a href="https://guides.github.com/introduction/flow/" target="_blank">Github Flow</a> to develop. This means that you fork the repo and checkout a branch to make changes, you submit a pull request (PR) to the development branch with your changes, and the development branch gets merged with master for official releases.
18+
We use the traditional <a href="https://guides.github.com/introduction/flow/" target="_blank">Github Flow</a> to develop. This means that you fork the repo and checkout a branch to make changes, you submit a pull request (PR) to the development branch with your changes, and the development branch gets merged with master for official releases. We also have an official <a href="https://github.com/singularityware/singularity/blob/master/CONTRIBUTING.md" target="_blank">CONTRIBUTING</a> document, which also includes a <a href="https://github.com/singularityware/singularity/blob/development/CONTRIBUTING.md#code-of-conduct" target="_blank">code of conduct</a>.
1919

2020

2121
### Step 1. Fork the repo

pages/docs/contributing/contributing-docs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ Initially (on OS X), you will need to setup [Brew](http://brew.sh/) which is a p
2020
brew install git
2121
```
2222

23+
If you are on Debian/Ubuntu, then you can easily install git with `apt-get`
24+
25+
```bash
26+
apt-get update && apt-get install -y git
27+
```
28+
29+
2330
### Fork the repo
2431
To contribute to the web based documentation, you should obtain a GitHub account and *fork* the <a href="https://github.com/singularityware/singularityware.github.io/" target="_blank">Singularity GitHub Pages</a> repository by clicking the *fork* button on the top right of the page. Once forked, you will want to clone the fork of the repo to your computer. Let's say my Github username is *user99*:
2532

0 commit comments

Comments
 (0)