-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add explicit word wrapping, remove the cloning instructions
- Loading branch information
Showing
1 changed file
with
8 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
CONTRIBUTING | ||
|
||
Your contributions to the project mean a lot to us. Bugfixes are accepted in the form of pull requests (one per bug). Before filing a bug, please make sure it still appears in the bleeding edge version published on Github. CPAN versions may lag behind the code on Github. | ||
|
||
CLONING THE GITHUB REPOSITORY | ||
|
||
git clone [email protected]:evernote/serge.git | ||
Your contributions to the project mean a lot to us. Bugfixes are accepted | ||
in the form of pull requests (one per bug). Before filing a bug, please | ||
make sure it still appears in the bleeding edge version published on Github. | ||
CPAN versions may lag behind the code on Github. | ||
|
||
DISCUSSING BUGS / FEATURES | ||
|
||
We encourage you to file issues to discuss bugs and enhancements prior to making a pull request. This will make sure that your changes are something we want to see in the mainstream version and understand what they are about. | ||
We encourage you to file issues to discuss bugs and enhancements | ||
prior to making a pull request. This will make sure that your changes | ||
are something we want to see in the mainstream version and understand | ||
what they are about. | ||
|
||
You can also reach us on #serge IRC channel on freenode.net. |