Formatting, new image and Nav location

Signed-off-by: Tom Daykin <tdaykin@live.co.uk>
This commit is contained in:
Tom Daykin
2018-10-17 10:54:48 +00:00
parent aca2fc3d02
commit 5a48342f17
4 changed files with 9 additions and 5 deletions
+4
View File
@@ -17,6 +17,10 @@ Contributors *sign-off* that they adhere to these requirements by adding a Signe
#### DCO Failures
The Pi-hole project uses a DCO bot for all GitHub pulls to verify that each commit is signed off. When you create your pull request, it will automaticaly be verified by this bot. An example of what to expect is below.
![Screenshot](../../images/github-commit-bots.png)
If your Pull Request fails the DCO check, it's necessary to fix the entire commit history in the PR. Although this is a situation we'd like to avoid the best practice is to squash the commit history to a single commit, append the DCO sign-off as described above or interactively in the rebase comment editing process, and force push. For example, if you have 2 commits in your history (Note the ~2):
```bash
+2 -2
View File
@@ -4,11 +4,11 @@ This is my commit message
Signed-off-by: Random J Developer <random@developer.example.org>
```
The text can either be manually added to your commit body, or you can add either -s or --signoff to your usual git commit commands.
The text can either be manually added to your commit body, or you can add either `-s` or `--signoff` to your usual git commit commands.
#### Creating your signoff
Git has a -s | --signoff command line option to append this automatically to your commit message:
Git has a `-s | --signoff` command line option to append this automatically to your commit message:
```$ git commit --signoff --message 'This is my commit message'```
Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

+3 -3
View File
@@ -60,6 +60,9 @@ pages:
- 'Install from source': "ftldns/compile.md"
- 'Debugging FTLDNS': "ftldns/debugging.md"
- 'In-depth manual': "ftldns/in-depth.md"
- 'Contributing':
- 'Contributing on Github': guides/github/contributing.md
- 'How to sign-off commits': guides/github/how-to-signoff.md
- 'Guides':
- 'Pi-hole as All-Around DNS Solution': guides/unbound.md
- 'Configuring DNS-Over-HTTPS on Pi-hole': guides/dns-over-https.md
@@ -78,9 +81,6 @@ pages:
- 'Optional: Dual operation: LAN & VPN at the same time': 'guides/vpn/dual-operation.md'
- 'Optional: Full and DNS-only': 'guides/vpn/dual-VPN.md'
- 'Optional: Dynamic DNS': 'guides/vpn/dynDNS.md'
- 'Contributing':
- 'Contributing on Github': guides/github/contributing.md
- 'How to sign-off commits': guides/github/how-to-signoff.md
extra:
social:
- type: globe