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