elixir-circuits / circuits_uart

Discover and use UARTs and serial ports in Elixir
Apache License 2.0
188 stars 48 forks source link

Add links to contribution guides #46

Closed GregMefford closed 6 years ago

GregMefford commented 6 years ago

Based on https://github.com/nerves-project/nerves_examples/pull/95

GregMefford commented 6 years ago

Note that this repo already had an ISSUE_TEMPLATE.md, so make sure you want to make it the standard one.

fhunleth commented 6 years ago

Thanks for the heads up on the issues template. I'd like to keep the current template. This repo is different from the other Nerves ones in that quite a few people use nerves_uart and don't use Nerves. The links to the CoC and contributing guides are good.

Also, PR #47 passes CI, so once that one is merged, this one will pass as well.

fhunleth commented 6 years ago

I made the update and merged. Thanks!