From 49a6d873c0a122d8aba3bf552e7d75d538058bf1 Mon Sep 17 00:00:00 2001 From: samirgandhi19 <17574913+samir-gandhi@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:38:49 -0700 Subject: [PATCH 1/4] various issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 48 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 33 ++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 26 ++++++++++++ 3 files changed, 107 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..9d7134a7 --- /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 Function(s) + +* `pingcli config` +* `pingcli request` + +### 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/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 From 36551e5a2f17c2a7a9b7b1dac25212f1b75523b3 Mon Sep 17 00:00:00 2001 From: samirgandhi19 <17574913+samir-gandhi@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:26:58 -0600 Subject: [PATCH 2/4] add config template --- .github/ISSUE_TEMPLATE/config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yaml 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 From 949fe8e28e3adc1b0f21dbd4e40dfbd062014f2a Mon Sep 17 00:00:00 2001 From: samirgandhi19 <17574913+samir-gandhi@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:07:21 -0600 Subject: [PATCH 3/4] corrected wording --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9d7134a7..f6e3f33f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,10 +20,10 @@ labels: type/bug,status/needs-triage ### PingCLI Version -### Affected Function(s) - +### Affected Command(s) + ### Debug Output From 205a8d3dca0d360a001c2414e9eea40ff44875a7 Mon Sep 17 00:00:00 2001 From: samirgandhi19 <17574913+samir-gandhi@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:07:43 -0600 Subject: [PATCH 4/4] corrected wording --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f6e3f33f..aac395ec 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -21,7 +21,7 @@ labels: type/bug,status/needs-triage ### Affected Command(s) -