Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
name: 🐛 Bug Report
about: Something isn't working as expected or documented
labels: type/bug,status/needs-triage

---


<!--- Please keep this note for the community --->

### 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
<!--- Please provide a thorough description of the bug you are experiencing here. --->

### PingCLI Version
<!--- Check the version you have configured with `pingcli --version`. If you are not running the latest version of the cli, please upgrade because your issue may have already been fixed. -->

### Affected Command(s)
<!-- Please list the impacted commands as a list, for example:
* `pingcli config`
* `pingcli request` -->

### Debug Output
<!--- Please provide your debug output with `PING_LOG_LEVEL=DEBUG` enabled on your relevant command(s) -->

### Panic Output
<!--- If PingCLI produced a panic, please provide your debug output from the GO panic -->

### Expected Behavior
<!--- What should have happened? -->

### Actual Behavior
<!--- What actually happened? -->

### Steps to Reproduce
<!---Please list the steps required to reproduce the issue, for example: -->
1. `pingcli config`

### Important Factoids
<!--- Are there anything you'd like to share about the general setup of your PingOne account? Please do not include sensitive information or account data -->

### References
<!--- Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For --->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -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.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: 🚀 Feature Request
about: I have a suggestion (and might want to implement myself 🙂)!
labels: type/enhancement,status/needs-triage

---

<!--- Please keep this note for the community --->

### 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

<!--- Thank you for keeping this note for the community --->

### Description
<!--- Please provide a thorough description, requirements and/or example desired end-user perspective of the feature request here. --->

### References

<!---
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests

Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation? For example:

* https://apidocs.pingidentity.com/pingone/platform/v1/api/#get-read-one-organization
- or -
* https://docs.pingidentity.com/bundle/pingone/page/cxs1575407884833.html
--->

* #0000
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: :question: General Question
about: I have a general question
labels: type/question,status/needs-triage

---

### Description

<!-- Please provide details of your question within the context of PingCLI usage or documentation here -->

### Additional Context

<!-- Use this space for any relevant background information including PingCLI version, Terraform Providers/Version -->

### References

<!---
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests

Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation? For example:

* https://apidocs.pingidentity.com/pingone/platform/v1/api/#get-read-one-organization
- or -
* https://docs.pingidentity.com/bundle/pingone/page/cxs1575407884833.html
--->