mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 16:36:46 +00:00
Merge pull request #29 from paralus/fix-issue-pr-temlate
Fix issue and PR templates for GitHub
This commit is contained in:
36
.github/workflows/ISSUE_TEMPLATE/bug_report.md
vendored
36
.github/workflows/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -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.
|
||||
@@ -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?
|
||||
|
||||
-
|
||||
11
.github/workflows/ISSUE_TEMPLATE/other.md
vendored
11
.github/workflows/ISSUE_TEMPLATE/other.md
vendored
@@ -1,11 +0,0 @@
|
||||
---
|
||||
name: Other
|
||||
about: Something else
|
||||
title: ""
|
||||
labels: "new"
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
### Describe the issue you're facing
|
||||
|
||||
-
|
||||
17
.github/workflows/PULL_REQUEST_TEMPLATE.md
vendored
17
.github/workflows/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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`
|
||||
Reference in New Issue
Block a user