Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Add issue templates (#82)
Browse files Browse the repository at this point in the history
* 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 <titus.kirch@tkirch.dev>

* Revert "Release Version 1.1.0 (#69)" (#70)

This reverts commit 46dd4e3.

* Add issue templates

* Create config.yml

Co-authored-by: Simon Ostendorf <github@simon-ostendorf.de>
  • Loading branch information
TitusKirch and simonostendorf authored Oct 7, 2022
1 parent 5a75bf7 commit 5cf3eb8
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 5cf3eb8

Please sign in to comment.