docs: Include contributing and code of conduct in docs

master
Milton Mazzarri 2017-04-17 20:02:53 -05:00
parent 9b3f1c832a
commit a6105e6505
No known key found for this signature in database
GPG Key ID: 9F4193F2B5A558FE
2 changed files with 3 additions and 3 deletions

View File

@ -28,11 +28,11 @@ $ mix test
## Contributing
Please read [CONTRIBUTING.md](https://github.com/milmazz/hunter/blob/master/CONTRIBUTING.md) for details on the process for submitting pull request to us.
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on the process for submitting pull request to us.
## Code of Conduct
Please read [CODE_OF_CONDUCT.md](https://github.com/milmazz/hunter/blob/master/CODE_OF_CONDUCT.md) for details on our code of conduct.
Please read [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for details on our code of conduct.
## Versioning

View File

@ -36,7 +36,7 @@ defmodule Hunter.Mixfile do
end
defp docs do
[extras: ["README.md"], main: "readme"]
[extras: ["README.md", "CONTRIBUTING.md", "CODE_OF_CONDUCT.md"], main: "readme"]
end
# Specifies which paths to compile per environment