diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..fff4504a70 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,5 @@ + diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000000..2f1a32339e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,44 @@ +--- +name: Bug Report +about: If things aren't working as expected. +title: '' +labels: '' +assignees: '' + +--- + +## Bug Report + + + +**What did you do?** +A clear and concise description of the steps you took (or insert a code snippet). + +**What did you expect to see?** +A clear and concise description of what you expected to happen (or insert a code snippet). + +**What did you see instead? Under which circumstances?** +A clear and concise description of what you expected to happen (or insert a code snippet). + + +**Environment** +* operator-lifecycle-manager version: + + + +* Kubernetes version information: + + + +* Kubernetes cluster kind: + +**Possible Solution** + + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000000..6ba73393de --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,16 @@ +--- +name: Feature Request +about: Suggest a feature +title: '' +labels: '' +assignees: '' + +--- + +## Feature Request + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Example: "I have an issue when (...)" + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. Add any considered drawbacks. diff --git a/.github/ISSUE_TEMPLATE/support-question.md b/.github/ISSUE_TEMPLATE/support-question.md new file mode 100644 index 0000000000..bfdc48d83a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support-question.md @@ -0,0 +1,48 @@ +--- +name: Support Question +about: Any support questions you might have. +title: '' +labels: '' +assignees: '' + +--- + + + +## Type of question + +**Are you asking about community best practices, how to implement a specific feature, or about general context and help around the operator-sdk?** + + +## Question + +**What did you do?** +A clear and concise description of the steps you took (or insert a code snippet). + +**What did you expect to see?** +A clear and concise description of what you expected to happen (or insert a code snippet). + +**What did you see instead? Under which circumstances?** +A clear and concise description of what you expected to happen (or insert a code snippet). + + +**Environment** +* operator-lifecycle-manager version: + + + +* Kubernetes version information: + + + + +* Kubernetes cluster kind: + +**Additional context** +Add any other context about the question here. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..dc0a9437c6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ + + +**Description of the change:** + + +**Motivation for the change:** + +