Skip to content

Commit af71509

Browse files
authored
Merge pull request mislav#2796 from CyberFlameGO/patch-1
various docfile updates
2 parents c8e68d5 + 94d5b0f commit af71509

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Please report security vulnerabilities to [email protected]. Thank you!
22

3-
Note that, unlike [GitHub CLI](https://github.com/cli/cli), hub is _not_ an elegible target for the [GitHub Bug Bounty program](https://hackerone.com/github).
3+
Note that, unlike the [GitHub CLI](https://github.com/cli/cli), `hub` is _not_ an eligible target for the [GitHub Bug Bounty program](https://hackerone.com/github).

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ feature is a good idea for hub if it improves some workflow for a GitHub user.
2828
* If you're proposing to add a new custom command such as `hub foo`, please
2929
research if there's a possibility that such a custom command could conflict
3030
with other commands from popular 3rd party git projects.
31+
* If your contribution fixes a security vulnerability, please refer to the [SECURITY.md](./.github/SECURITY.md) security policy file
3132

3233
## How to install dependencies and run tests
3334

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Windows | [Chocolatey](https://chocolatey.org/) | `choco install hub`
4747
Fedora Linux | [DNF](https://fedoraproject.org/wiki/DNF) | `sudo dnf install hub`
4848
Arch Linux | [pacman](https://wiki.archlinux.org/index.php/pacman) | `sudo pacman -S hub`
4949
FreeBSD | [pkg(8)](http://man.freebsd.org/pkg/8) | `pkg install hub`
50-
Debian | [apt(8)](https://manpages.debian.org/buster/apt/apt.8.en.html) | `sudo apt install hub`
50+
Debian, Ubuntu | [apt(8)](https://manpages.debian.org/buster/apt/apt.8.en.html) | `sudo apt install hub`
5151
Ubuntu | [Snap](https://snapcraft.io) | [We do not recommend installing the snap anymore.](https://github.com/github/hub/issues?q=is%3Aissue+snap)
5252
openSUSE | [Zypper](https://en.opensuse.org/SDB:Zypper_manual) | `sudo zypper install hub`
5353
Void Linux | [xbps](https://github.com/void-linux/xbps) | `sudo xbps-install -S hub`

0 commit comments

Comments
 (0)