From 3637a4d59f2f4a038dd8d352b39e014b77cc4ee1 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 21 Feb 2016 10:07:55 +0100 Subject: [PATCH] Github --- .github/contributing.md | 1 + .github/issue_template.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 .github/contributing.md create mode 100644 .github/issue_template.md diff --git a/.github/contributing.md b/.github/contributing.md new file mode 100644 index 0000000..0dfdf24 --- /dev/null +++ b/.github/contributing.md @@ -0,0 +1 @@ +A developer and contribution documentation can be found at https://orange-management.gitbooks.io/developer-guide/content/index.html. diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..9ce88c7 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,24 @@ +### Expected behavior + + + +### Actual behavior + + + +### Steps to reproduce the behavior + + + +### Importance + +- [ ] Application breaking +- [ ] High importance +- [ ] Medium importance +- [ ] Minor importance + +### Type + +- [ ] Bug +- [ ] Enhancement +- [ ] Security issue