Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(repo): update issue+PR templates to point to new ansible repo #6591

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
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
Thanks for filing an issue! Before you submit, please read the following:

Check the other issue templates if you are trying to submit a bug report, feature request, or question. Search open/closed issues before submitting since someone might have asked the same thing before!

For ansible operator related requests, please create the issue in https://github.com/operator-framework/ansible-operator-plugins
-->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Note: Make sure to first check the prerequisites that can be found in the main R
<!-- Uncomment one or more of the following lines corresponding to the language of the operator type -->

<!-- /language go -->
<!-- /language ansible -->
<!-- /language ansible - For ansible operator related bugs, please create the issue in https://github.com/operator-framework/ansible-operator-plugins -->
<!-- /language helm -->

**Kubernetes cluster type:**
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ I have an issue when ...
<!-- If your request relates to a particular operator type, uncomment one or more of the following lines corresponding to the language of that type -->

<!-- /language go -->
<!-- /language ansible -->
<!-- /language ansible For ansible operator related feature requests, please create the issue in https://github.com/operator-framework/ansible-operator-plugins -->
<!-- /language helm -->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/support-question.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ We will try our best to answer the question, but we also have a mailing list and
<!-- Uncomment one or more of the following lines corresponding to the language of the operator type -->

<!-- /language go -->
<!-- /language ansible -->
<!-- /language ansible - For ansible operator related questions, please create the issue in https://github.com/operator-framework/ansible-operator-plugins -->
<!-- /language helm -->

**Kubernetes cluster type:**
Expand Down
2 changes: 2 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Welcome to the Operator SDK! Before contributing, make sure to:
- Sign your commit https://github.com/apps/dco
- Follow the below checklist if making a user-facing change

Note, the location for ansible operator related logic has changed. For ansible operator related changes, please create the Pull Request in https://github.com/operator-framework/ansible-operator-plugins

-->

**Description of the change:**
Expand Down
Loading