Skip to content
Open
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
5 changes: 5 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Code of Conduct

Please refer to the [Nerves Project Code of Conduct], which applies to all `nerves-project` repositories.

[Nerves Project Code of Conduct]: https://github.com/nerves-project/nerves/blob/master/CODE_OF_CONDUCT.md
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Contributing

Please refer to the [Nerves Project Contributing Guide], which applies to all `nerves-project` repositories.

[Nerves Project Contributing Guide]: https://github.com/nerves-project/nerves/blob/master/CONTRIBUTING.md
13 changes: 13 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### Environment

* Elixir version (`elixir -v`):
* Nerves environment: (`mix nerves.env --info`)
* Additional information about your host, target hardware or environment that
may help

### Current behavior

Include errors, stacktraces, screenshots or code that may help us reproduce the
issue.

### Expected behavior