Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
refer to getting started notes in CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisd8088 committed Jan 30, 2019
1 parent 35b35c1 commit db7b61b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ By participating in this project you agree to abide by its terms.
## Submitting a pull request

0. [Fork][fork] and clone the repository
0. Configure and install the dependencies: `libfuse`
0. Configure and install the dependencies, including [libfuse][libfuse]
(see the [Getting Started](README.md##getting-started) instructions)
0. Make sure the tests pass on your machine: `make test`
0. Create a new branch: `git checkout -b my-branch-name`
0. Make your change, add tests, and make sure the tests still pass
0. Push to your fork and [submit a pull request][pr]
0. Pat your self on the back and wait for your pull request to be reviewed
and merged.
and merged

Here are a few things you can do that will increase the likelihood of
your pull request being accepted:
Expand Down

0 comments on commit db7b61b

Please sign in to comment.