From c4f9d7fe776094dcd6f3f7eb33a16592386a96dd Mon Sep 17 00:00:00 2001 From: Jerome Hugues Date: Mon, 5 Jun 2017 15:03:12 -0400 Subject: [PATCH] Create CONTRIBUTING.md --- .github/CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 00000000..e729d6fa --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# Contributing to Ocarina + +## Bugs reports + +Ocarina relies on GitHub issues for processing bug reports, +a template is provided that details required information. + +## Pull requests + +Ocarina welcomes pull requests. Simply follow GitHub pull request mechanism. +Feel free to discuss it first, for instance through a GitHub issue. + + -- GitLab