Skip to content

Commit

Permalink
Merge pull request #26 from 47deg/contributing
Browse files Browse the repository at this point in the history
Contributing and Authors
  • Loading branch information
committed May 17, 2016
2 parents 8c3d3d2 + a120852 commit 9b997e2
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
15 changes: 15 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Authors

## Maintainers

The mantainers of the project are:

- Alejandro Gómez <[email protected]>
- Raúl Raja <[email protected]>

## Contributors

These are the people that have contributed to Fetch in one way or another.

- Pepe García <[email protected]>
- Alessandro Lacava <[email protected]>
30 changes: 30 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Contributing

Discussion around Fetch happens in the [Gitter channel](https://gitter.im/47deg/fetch) as well as on
[GitHub issues](https://github.com/47deg/fetch/issues) and [pull requests](https://github.com/47deg/fetch/pulls).

Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about
the code. Pull requests are also wellcome.


People are expected to follow the [Typelevel Code of Conduct](http://typelevel.org/conduct.html) when
discussing Cats on the Github page, Gitter channel, or other venues.

If you are being harassed, please contact one of [us](AUTHORS.md#maintainers) immediately so that we can support you.
In case you cannot get in touch with us please write an email to [47 deegrees](mailto:[email protected]).

## How can I help?

Fetch follows a standard [fork and pull](https://help.github.com/articles/using-pull-requests/) model for contributions via GitHub pull requests.

The process is simple:

1. Find something you want to work on
2. Let us know you are working on it via the Gitter channel or GitHub issues/pull requests
3. Implement your contribution
4. Write tests
5. Update the documentation
6. Add yourself to AUTHORS.md
7. Submit pull request

If you encounter any confusion or frustration during the contribution process, please create a GitHub issue and we'll do our best to improve the process.

0 comments on commit 9b997e2

Please sign in to comment.