mailman-elixir / mailman

Mailman provides a clean way of defining mailers in your Elixir applications
https://github.com/mailman-elixir/mailman
Other
203 stars 73 forks source link

Add CONTRIBUTING.md #76

Open arunvelsriram opened 7 years ago

arunvelsriram commented 7 years ago

Hi. Having a contributing guide will be really helpful for people who are interested in fixing bugs and adding features.

skosch commented 7 years ago

Agreed, always nice to have. Personally I think as long as tests pass and the code is reasonably sane, PRs are very welcome, bonus points for new tests and docs and @specs. And if someone wanted to commit (ha!) more time I wouldn't hesitate giving them push access. @arunvelsriram Do you know of any project that has a good guide we can steal?

@kamilc, @Ch4s3, any thoughts?

arunvelsriram commented 7 years ago

@skosch Off the top of my head I would say Terraform and Nevergreen have a good contribution guide. Terraform's guide is very extensive so we can steal bits and pieces from it.

I have seen other good guides as well but don't remember the project names.