forked from sorin-ionescu/prezto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
* upstream/master: (113 commits) Fix SSH-Agent casing in README [Fix sorin-ionescu#300] Disable SSH-Agent protocol emulation by default Update external completions [Fix sorin-ionescu#129, Fix sorin-ionescu#211] Add fasd [sorin-ionescu#129, sorin-ionescu#211] Remove z Load dependencies after requirements check Add a missing space to peepcode Simplify mkdcd completion Add completion for Git submodule moving and removing Silence git-branch-current in aliases Make sure that the current directory is a Git repository Return inside of the if statement Simplify git-config calls Fix a #compdef bug introduced in 7dd7859 Add missing backslashes Define variable expl as local Load dependencies in Git init [Fix sorin-ionescu#303] Remove extra '/' in sorin theme [Fix sorin-ionescu#301] Unset $MATCH after use Ensure $key_info is populated before use ...
- Loading branch information
Showing
113 changed files
with
1,871 additions
and
849 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
Contributing | ||
------------ | ||
|
||
This project would not exist without all of its users and [contributors][1]. | ||
|
||
If you have ideas on how to make the configuration easier to maintain or | ||
improve its performance, do not hesitate to fork and send pull requests. | ||
|
||
### Issue Reporting | ||
|
||
- Check that the issue has not already been reported. | ||
- Check that the issue has not already been fixed in the latest code. | ||
- Open an issue with a clear title and description in grammatically correct, | ||
complete sentences. | ||
|
||
### Pull Request | ||
|
||
- Read [how to properly contribute to open source projects on GitHub][2]. | ||
- Use a topic branch to easily amend a pull request later, if necessary. | ||
- Write [good commit messages][3]. | ||
- Squash commits on the topic branch before opening a pull request. | ||
- Use the same coding style and spacing. | ||
- Open a [pull request][4] that relates to but one subject with a clear | ||
title and description in grammatically correct, complete sentences. | ||
|
||
#### Modules | ||
|
||
- A *README.md* must be present. | ||
- Large functions must be placed in a *functions* directory. | ||
- Functions that take arguments must have completion. | ||
|
||
#### Themes | ||
|
||
- A screenshots section must be present in the file header. | ||
- The pull request description must have [embedded screenshots][5]. | ||
|
||
[1]: https://github.com/sorin-ionescu/prezto/contributors | ||
[2]: http://gun.io/blog/how-to-github-fork-branch-and-pull-request | ||
[3]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html | ||
[4]: https://help.github.com/articles/using-pull-requests | ||
[5]: http://daringfireball.net/projects/markdown/syntax#img | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.