mirror of
https://github.com/tj/git-extras.git
synced 2026-09-13 00:46:26 -04:00
modify CONTRIBUTING.md
This commit is contained in:
parent
3de481706d
commit
311ef28b66
|
|
@ -1,10 +1,10 @@
|
|||
## Your new git-extra command should support...
|
||||
## Your new git-extra command should support
|
||||
|
||||
* Should support Mac and Linux(You may need to browse their man page)
|
||||
* Should support Bash 3 or newer(If you are not sure, [Bash versions](http://tldp.org/LDP/abs/html/bash2.html))
|
||||
* Should support Git 2.1+
|
||||
* OSX, Ubuntu, FreeBsd(You may need to browse their man page)
|
||||
* Bash 3.2+ (If you are not sure, [Bash versions](http://tldp.org/LDP/abs/html/bash2.html))
|
||||
* Git 2.1+
|
||||
|
||||
## To submit a new command, you should...
|
||||
## To submit a new command, you should
|
||||
|
||||
Let's assume your new command is named `foo`.
|
||||
|
||||
|
|
@ -14,3 +14,5 @@ Let's assume your new command is named `foo`.
|
|||
4. Update `./etc/git-extras-completion.zsh`. Just follow existing code.
|
||||
5. (Optional) Update `./etc/bash_completion.sh`.
|
||||
6. Run `./check_integrity.sh foo` to check if all is done.
|
||||
|
||||
You are welcome to open up an issue to discuss new commands or features before opening a pull request.
|
||||
|
|
|
|||
Loading…
Reference in a new issue