Skip to content

Commit

Permalink
Link contribution guide from README
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 23, 2016
1 parent 84e889e commit 2181f7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Perl Foundation.
For small contributions, you agree to place your code under the terms of the
license of the code that Rakudo is under.

Please separate your commits for different issues into different
branches, and please squash out any intermediate commits, like
adding/removing debug output.

## Test Coverage

New features should be accompanied by test cases in the [roast
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,7 @@ trackers on github for perl6/nqp or moarvm/moarvm.
If you have a patch that fixes a bug or adds a new feature, please
create a pull request using github's pull request infrastructure.

Please separate your commits for different issues into different
branches, and please squash out any intermediate commits, like
adding/removing debug output.
See [our contribution guidelines](https://github.com/rakudo/rakudo/blob/nom/CONTRIBUTING.md) for more information.

## Line editing and tab completion

Expand Down

0 comments on commit 2181f7e

Please sign in to comment.