diff --git a/.github/workflows/ISSUE_TEMPLATE/bug_report.md b/.github/workflows/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..dc3792b --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/bug_report.md @@ -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 '^'` 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 + +- + + + +- [ ] 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. diff --git a/.github/workflows/ISSUE_TEMPLATE/feature_request.md b/.github/workflows/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..93e1e4e --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/feature_request.md @@ -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? + +- diff --git a/.github/workflows/ISSUE_TEMPLATE/other.md b/.github/workflows/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000..75bb937 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/other.md @@ -0,0 +1,11 @@ +--- +name: Other +about: Something else +title: "" +labels: "new" +assignees: "" +--- + +### Describe the issue you're facing + +- diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d16039f --- /dev/null +++ b/.github/workflows/PULL_REQUEST_TEMPLATE.md @@ -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`