Merge pull request #29 from paralus/fix-issue-pr-temlate

Fix issue and PR templates for GitHub
This commit is contained in:
Abin Simon
2022-06-30 17:38:50 +05:30
committed by GitHub
4 changed files with 0 additions and 0 deletions

View File

@@ -1,36 +0,0 @@
---
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

@@ -1,19 +0,0 @@
---
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

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

View File

@@ -1,17 +0,0 @@
### 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`