diff options
author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2021-04-13 16:00:01 +0200 |
---|---|---|
committer | Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> | 2021-04-13 16:23:26 +0200 |
commit | 8502c2302871e35e59fb7092b4b01b937c934031 (patch) | |
tree | 0e2ba2c40f1421962b0293b2a24fb18722e6b164 /.github/ISSUE_TEMPLATE | |
parent | 📝 Make issue forms verbose and helpful (#74185) (diff) | |
download | ansible-8502c2302871e35e59fb7092b4b01b937c934031.tar.xz ansible-8502c2302871e35e59fb7092b4b01b937c934031.zip |
Fix links to the collections org in doc & FR forms
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/documentation_report.yml | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/documentation_report.yml b/.github/ISSUE_TEMPLATE/documentation_report.yml index 50036fb17f..eb6ae59bcc 100644 --- a/.github/ISSUE_TEMPLATE/documentation_report.yml +++ b/.github/ISSUE_TEMPLATE/documentation_report.yml @@ -96,7 +96,7 @@ body: appropriate project there instead. - [collections org]: ../../ansible-collections + [collections org]: /ansible-collections placeholder: docs/docsite/rst/dev_guide/debugging.rst validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 44b44f5f32..f4c6034ff7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -138,7 +138,7 @@ body: appropriate project there instead. - [collections org]: ../../ansible-collections + [collections org]: /ansible-collections placeholder: dnf, apt, yum, pip, user etc. validations: required: true |