Skip to content

Commit

Permalink
Update contribution guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed May 1, 2016
1 parent c440c9f commit 20454f6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
Instructions and conventions for people wanting to work on librsync. Please
consider these guidelines even if you're doing your own fork.

## Pull requests

Fixes or improvements in pull requests are welcome. Please:

- [ ] Send small PRs that address one issues each.

- [ ] Update `NEWS.md` to say what you changed.

- [ ] Add a test as a self-contained C file in `tests/` that passes or fails,
and is hooked into `CMakeLists.txt`.

- [ ] Keep the code style consistent with what's already there, especially in
keeping symbols with an `rs_` prefix.


## NEWS

[NEWS.md](NEWS.md) contains a list of user-visible changes in the library between
Expand Down

0 comments on commit 20454f6

Please sign in to comment.