mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
Removed old image, replaced with new
Signed-off-by: root <root@dev.toakan.uk>
This commit is contained in:
@@ -19,14 +19,10 @@ Contributors *sign-off* that they adhere to these requirements by adding a Signe
|
||||
|
||||
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.
|
||||
|
||||

|
||||

|
||||
|
||||
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):
|
||||
|
||||
An example of the correct bot response is below.
|
||||
|
||||

|
||||
|
||||
```bash
|
||||
git rebase --interactive HEAD~2
|
||||
(interactive squash + DCO append)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 7.1 KiB |
Reference in New Issue
Block a user