From 5cf3eb8eac30d8d3a3f6cc46d6903defb1db0b83 Mon Sep 17 00:00:00 2001 From: Titus Kirch Date: Fri, 7 Oct 2022 14:04:17 +0200 Subject: [PATCH] Add issue templates (#82) * Release Version 1.1.0 (#69) * add static cname file (#30) * improve docs (#49) * add dns-record reminder for traefik * fix server creation comment * fix folder creation with mkdir * fix curl commands * add pip installation * add go back folder inside autoscaler. closes #34 * add cloud-init.yml.b64 oneline print. closes #33 * fix autoscaler deployment download. closes #35 * set variable timezone inside cloud-init.yml. closes #32 * Move cloud-init k3s download to one line. closes #40 * Fix cloud-init python script download. closes #39 * Fix cert-manager crds download. closes #38 * Fix staging certificate delete. closes #43 * Add reminder that ipv4 is needed. closes #41 * Add autoscaler min node information * Fix loadbalancer annotations. closes #42 * Update release.yml (#57) * Create stale.yml (#54) * Add labeler (#55) * Create label.yml * Create labeler.yml * add exception handling to nodeip script. (#58) * Add example nginx deployment (#59) * reorder deployment folder * fix typo * fix links for new folder order * Add example nginx deployment * Fix docs path (#65) * add own metrics-server deployment (#64) * rewrite autoscaler filechange with sed (#61) * add CriticalAddonsOnly toleration (#60) * optimize default ca parameters (#68) Co-authored-by: Titus Kirch * Revert "Release Version 1.1.0 (#69)" (#70) This reverts commit 46dd4e355b1d9ad499633ef7fdad6af02bc57588. * Add issue templates * Create config.yml Co-authored-by: Simon Ostendorf --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml 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 0000000..160740e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..a2bb6a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Needed help + url: https://github.com/simonostendorf/k3s-hetzner/discussions/categories/q-a + about: Please ask questions here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..11fc491 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**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 or screenshots about the feature request here.