Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 38ac0ee

Browse files
committed
Merge pull request #55 from BrodyHolden/fix-capitalization-of-hub-in-GitHub
Use correct capitalization of hub in GitHub.
2 parents ce206f9 + 6085cea commit 38ac0ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Highfive
22
========
33

4-
Github hooks to provide an encouraging atmosphere for new contributors
4+
GitHub hooks to provide an encouraging atmosphere for new contributors
55

66
Install
77
=======

highfive/newpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
welcome_without_reviewer = "@nrc or @huonw (NB. this repo may be misconfigured)"
2929
raw_welcome = """Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from %s soon.
3030
31-
If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.
31+
If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.
3232
3333
Please see [the contribution instructions](%s) for more information.
3434
"""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(name='highfive',
66
version='0.1',
7-
description='Github hooks to provide an encouraging atmosphere for new contributors',
7+
description='GitHub hooks to provide an encouraging atmosphere for new contributors',
88
author='Rust Community',
99
author_email='[email protected]',
1010
url='https://github.com/nick29581/highfive',

0 commit comments

Comments
 (0)