diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 93bd33ebb..131b6ccb5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,11 +14,11 @@ about: Tell us about a problem you are experiencing **The output of the following commands will help us better understand what's going on**: (Pasting long output into a [GitHub gist](https://gist.github.com) or other pastebin is fine.) -* `kubectl logs deployment/velero -n velero` -* `velero backup describe ` or `kubectl get backup/ -n velero -o yaml` -* `velero backup logs ` -* `velero restore describe ` or `kubectl get restore/ -n velero -o yaml` -* `velero restore logs ` +- `kubectl logs deployment/velero -n velero` +- `velero backup describe ` or `kubectl get backup/ -n velero -o yaml` +- `velero backup logs ` +- `velero restore describe ` or `kubectl get restore/ -n velero -o yaml` +- `velero restore logs ` **Anything else you would like to add:** @@ -33,3 +33,12 @@ about: Tell us about a problem you are experiencing - Kubernetes installer & version: - Cloud provider or hardware configuration: - OS (e.g. from `/etc/os-release`): + + +**Vote on this issue!** + +This is an invitation to the Velero community to vote on issues, you can see the project's [top voted issues listed here](https://github.com/vmware-tanzu/velero/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc). +Use the "reaction smiley face" up to the right of this comment to vote. + +- :+1: for "I would like to see this bug fixed as soon as possible" +- :-1: for "There are more important bugs to focus on right now" diff --git a/.github/ISSUE_TEMPLATE/feature-enhancement-request.md b/.github/ISSUE_TEMPLATE/feature-enhancement-request.md index 834346fff..4c85622dd 100644 --- a/.github/ISSUE_TEMPLATE/feature-enhancement-request.md +++ b/.github/ISSUE_TEMPLATE/feature-enhancement-request.md @@ -23,3 +23,11 @@ about: Suggest an idea for this project - Kubernetes installer & version: - Cloud provider or hardware configuration: - OS (e.g. from `/etc/os-release`): + +**Vote on this issue!** + +This is an invitation to the Velero community to vote on issues, you can see the project's [top voted issues listed here](https://github.com/vmware-tanzu/velero/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc). +Use the "reaction smiley face" up to the right of this comment to vote. + +- :+1: for "The project would be better with this feature added" +- :-1: for "This feature will not enhance the project in a meaningful way" diff --git a/pkg/cmd/cli/bug/bug.go b/pkg/cmd/cli/bug/bug.go index ddbb17e97..e5d0952aa 100644 --- a/pkg/cmd/cli/bug/bug.go +++ b/pkg/cmd/cli/bug/bug.go @@ -59,11 +59,11 @@ about: Tell us about a problem you are experiencing **The output of the following commands will help us better understand what's going on**: (Pasting long output into a [GitHub gist](https://gist.github.com) or other pastebin is fine.) -* ` + "`kubectl logs deployment/velero -n velero`" + ` -* ` + "`velero backup describe ` or `kubectl get backup/ -n velero -o yaml`" + ` -* ` + "`velero backup logs `" + ` -* ` + "`velero restore describe ` or `kubectl get restore/ -n velero -o yaml`" + ` -* ` + "`velero restore logs `" + ` +- ` + "`kubectl logs deployment/velero -n velero`" + ` +- ` + "`velero backup describe ` or `kubectl get backup/ -n velero -o yaml`" + ` +- ` + "`velero backup logs `" + ` +- ` + "`velero restore describe ` or `kubectl get restore/ -n velero -o yaml`" + ` +- ` + "`velero restore logs `" + ` **Anything else you would like to add:** @@ -83,8 +83,17 @@ about: Tell us about a problem you are experiencing - Kubernetes installer & version: - Cloud provider or hardware configuration: - OS (e.g. from ` + "`/etc/os-release`" + `): -{{if .RuntimeOS}} - RuntimeOS: {{.RuntimeOS}}{{end -}} -{{if .RuntimeArch}} - RuntimeArch: {{.RuntimeArch}}{{end -}} +{{- if .RuntimeOS}} - RuntimeOS: {{.RuntimeOS}}{{end}} +{{- if .RuntimeArch}} - RuntimeArch: {{.RuntimeArch}}{{end}} + + +**Vote on this issue!** + +This is an invitation to the Velero community to vote on issues, you can see the project's [top voted issues listed here](https://github.com/vmware-tanzu/velero/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc). +Use the "reaction smiley face" up to the right of this comment to vote. + +- :+1: for "I would like to see this bug fixed as soon as possible" +- :-1: for "There are more important bugs to focus on right now" ` ) diff --git a/site/docs/master/start-contributing.md b/site/docs/master/start-contributing.md index fc2dec285..f230a1bdc 100644 --- a/site/docs/master/start-contributing.md +++ b/site/docs/master/start-contributing.md @@ -9,6 +9,8 @@ You may join the Velero community and contribute in many different ways, including helping us design or test new features. For any significant feature we consider adding, we start with a design document. You may find a list of currently in progress new designs here: https://github.com/vmware-tanzu/velero/pulls?q=is%3Aopen+is%3Apr+label%3ADesign. Feel free to review and help us with your input. +You can also vote on issues using :+1: and :-1:, as explained in our [Feature enhancement request][3] and [Bug issue][4] templates. This will help us quantify importance and prioritize issues. + For information on how to connect with our maintainers and community, join our online meetings, or find good first issues, start on our [Velero community](https://velero.io/community/) page. Please browse our list of resources, including a playlist of past online community meetings, blog posts, and other resources to help you get familiar with our project: [Velero resources](https://velero.io/resources/). @@ -19,3 +21,5 @@ If you are ready to jump in and test, add code, or help with documentation, plea [1]: https://github.com/vmware-tanzu/velero/blob/master/CODE_OF_CONDUCT.md [2]: https://github.com/vmware-tanzu/velero/blob/master/CONTRIBUTING.md +[3]: https://github.com/vmware-tanzu/velero/blob/master/.github/ISSUE_TEMPLATE/feature-enhancement-request.md +[4]: https://github.com/vmware-tanzu/velero/blob/master/.github/ISSUE_TEMPLATE/bug_report.md diff --git a/site/docs/v1.4/start-contributing.md b/site/docs/v1.4/start-contributing.md index 4aba051a6..e7d8446c9 100644 --- a/site/docs/v1.4/start-contributing.md +++ b/site/docs/v1.4/start-contributing.md @@ -9,6 +9,8 @@ You may join the Velero community and contribute in many different ways, including helping us design or test new features. For any significant feature we consider adding, we start with a design document. You may find a list of currently in progress new designs here: https://github.com/vmware-tanzu/velero/pulls?q=is%3Aopen+is%3Apr+label%3ADesign. Feel free to review and help us with your input. +You can also vote on issues using :+1: and :-1:, as explained in our [Feature enhancement request][3] and [Bug issue][4] templates. This will help us quantify importance and prioritize issues. + For information on how to connect with our maintainers and community, join our online meetings, or find good first issues, start on our [Velero community](https://velero.io/community/) page. Please browse our list of resources, including a playlist of past online community meetings, blog posts, and other resources to help you get familiar with our project: [Velero resources](https://velero.io/resources/). @@ -19,3 +21,5 @@ If you are ready to jump in and test, add code, or help with documentation, plea [1]: https://github.com/vmware-tanzu/velero/blob/v1.4.0/CODE_OF_CONDUCT.md [2]: https://github.com/vmware-tanzu/velero/blob/v1.4.0/CONTRIBUTING.md +[3]: https://github.com/vmware-tanzu/velero/blob/master/.github/ISSUE_TEMPLATE/feature-enhancement-request.md +[4]: https://github.com/vmware-tanzu/velero/blob/master/.github/ISSUE_TEMPLATE/bug_report.md