Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <alejandro@dialelo.com>
- Raúl Raja <raulraja@gmail.com>

## Contributors

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

- Pepe García <jl.garhdez@gmail.com>
- Alessandro Lacava <alessandrolacava@gmail.com>
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:hello@47deg.com).

## 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.