update templates

This commit is contained in:
elenalape
2022-06-18 23:13:57 +01:00
parent 81d5b39e55
commit eb80cd3713
4 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
---
name: Bug Report
about: Report a bug or unexpected behavior
title: ""
labels: "new, bug"
assignees: ""
---
### Expected vs actual behavior
-
### Steps to reproduce the bug
1.
2.
3.
### Are you using the latest version of the project?
You can check your version by running `helm ls|grep '^<deployment-name>'` or using [pctl](https://github.com/paralus/cli), `pctl version`, and provide the output.
-
### What is your environment setup? Please tell us your cloud provider, operating system, and include the output of `kubectl version --output=yaml` and `helm version`. Any other information that you have, eg. logs and custom values, is highly appreciated!
-
### _(optional)_ If you have ideas on why the bug happens or how it can be solved, please provide it here
-
<!-- Please make sure you have have filled out all sections of the template -->
- [ ] I've described the bug, included steps to reproduce it, and included my environment setup with all customizations.
- [ ] I'm using the latest version of the project.

View File

@@ -0,0 +1,19 @@
---
name: Feature Request
about: Request a new feature or improvement
title: ""
labels: "new, enhancement, feature"
assignees: ""
---
### Briefly describe the feature
-
### What problem does this feature solve? Please link any relevant documentation or Issues
-
### _(optional)_ What is your current workaround?
-

View File

@@ -0,0 +1,11 @@
---
name: Other
about: Something else
title: ""
labels: "new"
assignees: ""
---
### Describe the issue you're facing
-

View File

@@ -0,0 +1,17 @@
### What does this PR change?
-
### Does the PR depend on any other PRs or Issues? If yes, please list them.
-
### Checklist
I confirm, that I have...
- [ ] Read and followed the contributing guide in `CONTRIBUTING.md`
- [ ] Added tests for this PR
- [ ] Formatted the code using `go fmt` (if applicable)
- [ ] Updated [documentation on the Paralus docs site](https://github.com/paralus/website/blob/main/docs) (if applicable)
- [ ] Updated `CHANGELOG.md`