diff options
author | Martin Krizek <martin.krizek@gmail.com> | 2023-08-03 09:20:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-03 09:20:32 +0200 |
commit | 76aa0bdbd6f0a73cd67df786a457402a6847250b (patch) | |
tree | a9a3a167523e0f060967375140a12ad7135f19da /.github | |
parent | ansible-test - Update source layout detection (#81418) (diff) | |
download | ansible-76aa0bdbd6f0a73cd67df786a457402a6847250b.tar.xz ansible-76aa0bdbd6f0a73cd67df786a457402a6847250b.zip |
Update bot link in the GH templates (#81390)
Also remove "Component Name" section from the PR template as components
are automatically detected by the bot from the list of changed files.
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/documentation_report.yml | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 2 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 4 |
4 files changed, 3 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0aba372b8c..1757adc413 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -249,7 +249,7 @@ body: [ansibot help]: - /ansible/ansibullbot/blob/master/ISSUE_HELP.md#for-issue-submitters + /ansible/ansibotmini#ansibotmini - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/documentation_report.yml b/.github/ISSUE_TEMPLATE/documentation_report.yml index f8b81430a2..ca62bb55a7 100644 --- a/.github/ISSUE_TEMPLATE/documentation_report.yml +++ b/.github/ISSUE_TEMPLATE/documentation_report.yml @@ -196,7 +196,7 @@ body: [ansibot help]: - /ansible/ansibullbot/blob/master/ISSUE_HELP.md#for-issue-submitters + /ansible/ansibotmini#ansibotmini - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index f4c6034ff7..5a954614e4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -176,7 +176,7 @@ body: [ansibot help]: - /ansible/ansibullbot/blob/master/ISSUE_HELP.md#for-issue-submitters + /ansible/ansibotmini#ansibotmini - type: checkboxes diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 62566fa6e1..33504c1d70 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,10 +13,6 @@ - Feature Pull Request - Test Pull Request -##### COMPONENT NAME - -<!--- Write the short name of the module, plugin, task or feature below --> - ##### ADDITIONAL INFORMATION <!--- Include additional information to help people understand the change here --> |