diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..aac395ec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,48 @@ +--- +name: 🐛 Bug Report +about: Something isn't working as expected or documented +labels: type/bug,status/needs-triage + +--- + + + + +### Community Note + +* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request +* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request +* If you are interested in working on this issue or have submitted a pull request, please leave a comment + +### Description + + +### PingCLI Version + + +### Affected Command(s) + + +### Debug Output + + +### Panic Output + + +### Expected Behavior + + +### Actual Behavior + + +### Steps to Reproduce + +1. `pingcli config` + +### Important Factoids + + +### References + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 00000000..b9d719b5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: PingOne DevOps Community + url: https://support.pingidentity.com/s/topic/0TO1W000000IF30WAG/pingdevops + about: Ask a question or start a discussion with the DevOps community. + - name: Ping Identity Support Portal + url: https://support.pingidentity.com/s/ + about: Visit the Ping Identity Support portal for issues on the platform not related to the PingOne Terraform provider. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..7803fcb9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,33 @@ +--- +name: 🚀 Feature Request +about: I have a suggestion (and might want to implement myself 🙂)! +labels: type/enhancement,status/needs-triage + +--- + + + +### Community Note + +* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request +* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request +* If you are interested in working on this issue or have submitted a pull request, please leave a comment + + + +### Description + + +### References + + + +* #0000 diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..64c3d6ea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,26 @@ +--- +name: :question: General Question +about: I have a general question +labels: type/question,status/needs-triage + +--- + +### Description + + + +### Additional Context + + + +### References + + \ No newline at end of file