From 57ecbee2447ed0615bf6d3d79260c3c1ad742063 Mon Sep 17 00:00:00 2001 From: antoniaklja Date: Thu, 21 Jan 2021 14:19:32 +0100 Subject: [PATCH] Update docs and minor improvements - add issue templates - improve typos in README.md - add ROADMAP.md --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..0a83c211 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +name: "🐛 Bug report" +about: Create a report to help us improve +title: '' +labels: 'bug' +projects: '' +assignees: '' +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior. + +**Additional information** + +Kubernetes version: +Jenkins Operator version: + + +Add error logs about the problem here (operator logs and Kubernetes events). diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..fb758a94 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: "🚀 Feature request" +about: Suggest an idea for this project +title: '' +labels: 'enhancement' +projects: '' +assignees: '' +--- + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context about the feature request here e.g. external links or diagrams, etc.