Skip to content

Commit f3a9071

Browse files
authored
Merge pull request #47 from unixorn/rename-osx-to-macos
Update Contributing.md
2 parents 8b4967a + bfcd1e2 commit f3a9071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Contributing
22

3-
**git-extra-commands** is a collection of helper scripts for git.
3+
**git-extra-commands** is a collection of helper scripts for git and links to git-related articles.
44

55
# Contribution Guidelines
66

7-
- **To add a helper script:** Submit a pull request. Please use `#!/usr/bin/env interpreter` instead of a direct path to the interpreter, this makes it easier for people to use more recent versions when the ones packaged with their OS (OS X, I'm looking at you) are stale.
7+
- **To add a helper script:** Submit a pull request. Please use `#!/usr/bin/env interpreter` instead of a direct path to the interpreter, this makes it easier for people to use more recent versions when the ones packaged with their OS (macOS and CentOS, I'm looking at you) are stale.
88
- **To remove a script:** All of the scripts here were either taken from blog posts or had an Open Source license. That said, if you wrote something included here and want it removed, either open an issue to discuss the removal or submit a pull request.
99

1010
Please include an entry in the credits section of `README.md`, and an entry in the `zstyle` (completion) section of `git-extra-commands.plugin.zsh`, for any scripts in your PRs so authors get their work credited correctly. Add a link to the source in the comments at the beginning of your script so people can find their other work, and please keep the credits in alphabetical order by script name.

0 commit comments

Comments
 (0)