-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* draft: docs for kubefirst local (#823) * removing duplicate port forward to minio * fix kubefirst local connect output * removing nginx loadbalancer during destroy * removing old lb/sg removal process * adjusting gitops nginx removal to fresh clone * remove branch mgmt from private clone * latest round of orchestration * local docs starting point * adding kubefirst local docs * Update docs/index.md Co-authored-by: Jared Edwards <jared@kubefirst.com> Co-authored-by: Jared Edwards <jared@kubefirst.com> * orchestrating ingress-nginx removal (#860) * Update index.md (#862) * create an issue template form for the documentations Signed-off-by: Frédéric Harper <hi@fred.dev> * fix the documentation test & publication process (#806) Signed-off-by: Frédéric Harper <hi@fred.dev> Co-authored-by: John Dietz <john@kubefirst.com> Co-authored-by: Jared Edwards <jared@kubefirst.com> Co-authored-by: Frédéric Harper <hi@fred.dev> Co-authored-by: Frédéric Harper <fred@kubeshop.io>
- Loading branch information
1 parent
16fb64c
commit 2e7a64b
Showing
2 changed files
with
48 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Documentations | ||
description: Any suggestions related to the documentation, whether it's an issue, missing information, unclear steps or new page that should be created | ||
title: "[Docs]: " | ||
labels: ["docs"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out a documentation issue! If you need help, please ask your question in our [Slack community](http://kubefirst.io/slack). | ||
- type: dropdown | ||
id: type | ||
attributes: | ||
label: What type of suggestions? | ||
multiple: false | ||
options: | ||
- Missing Information | ||
- Wrong Information | ||
- Unclear Documentation | ||
validations: | ||
required: true | ||
- type: input | ||
id: page | ||
attributes: | ||
label: What page is concerned? | ||
description: If needed, URL to the page with missing or unclear information | ||
placeholder: https://docs.kubefirst.io/ | ||
- type: textarea | ||
id: issue | ||
attributes: | ||
label: What is the issue? | ||
description: Give us as many details as possible about the issue with the documentation | ||
placeholder: Tell us what can be improved! | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/kubefirst/kubefirst/blob/main/CODE_OF_CONDUCT.md) | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters