diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..2e32c23 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Report bugs and errors found while using the Operator. +title: '' +labels: bug +assignees: '' + +--- + +### Your environment + + +Operator Version: + + +Connect Server Version: + + +Kubernetes Version: + +## What happened? + + +## What did you expect to happen? + + +## Steps to reproduce +1. + + +## Notes & Logs + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..e7edc69 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +# docs: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser +blank_issues_enabled: true +contact_links: + - name: 1Password Community + url: https://1password.community/categories/secrets-automation + about: Please ask general Secrets Automation questions here. + - name: 1Password Security Bug Bounty + url: https://bugcrowd.com/agilebits + about: Please report security vulnerabilities here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..9b3d4c3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,32 @@ +--- +name: Feature request +about: Suggest an idea for the Operator +title: '' +labels: feature-request +assignees: '' + +--- + +### Summary + + +### Use cases + + +### Proposed solution + + +### Is there a workaround to accomplish this today? + + +### References & Prior Work + + +* +*