diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..dda28deb2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,22 @@ +### Expected behaviour + +What do you want to achieve? + +### Actual behaviour + +What is happening? Are all the pieces created? Can you access to the service? + +### Steps to reproduce the behaviour + +Describe step by step what you've have done to get to this point + +### Environment + +How are the pieces configured? +* Redis Operator version +* Kubernetes version +* Kubernetes configuration used (eg: Is RBAC active?) + +### Logs + +Please, add the debugging logs. In order to be able to gather them, add `-debug` flag when running the operator. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..7e999fccf --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ +Fixes # . + +Changes proposed on the PR: +- +- +- \ No newline at end of file