diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 59ad50b..80659e4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -10,8 +10,7 @@ body: Thanks for taking the time to fill out this bug report :) - Kindly **DO NOT** ask for instructions. - Use [Discussions](https://github.com/orgs/AsBuiltReport/discussions) section if you have a query or doubts or any other relevant question. - - You may join [Slack community](https://the-code-community.slack.com#asbuiltreport) to interact with fellow contributors and users - - Read project's [Web Site](https://www.asbuiltreport.com/user-guide/installation/) for detailed documentation. + - Read project's [Web Site](https://www.asbuiltreport.com/user-guide/quickstart/) for detailed documentation. - Read project's [FAQs](https://www.asbuiltreport.com/support/faq/) section for Frequently asked questions. - Search for previous [Issues](https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/issues)/[Pull Requests](https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/pulls) if this issue is already reported or fix has been created. - type: textarea @@ -99,3 +98,10 @@ body: - label: >- I have read and followed the [bug reporting guidelines](https://www.asbuiltreport.com/about/contributing/#reporting-issues-and-bugs). required: true + - label: >- + I have read [the documentation](https://www.asbuiltreport.com/user-guide/new-asbuiltreport), + and referred to the [known issues](https://www.asbuiltreport.com/support/known-issues/) before submitting this bug report. + required: true + - label: >- + I have checked for previously opened & closed [issues](https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/issues) before submitting this bug report. + required: true diff --git a/.github/ISSUE_TEMPLATE/change_request.yml b/.github/ISSUE_TEMPLATE/change_request.yml index 4f6c670..b6b14bc 100644 --- a/.github/ISSUE_TEMPLATE/change_request.yml +++ b/.github/ISSUE_TEMPLATE/change_request.yml @@ -26,9 +26,9 @@ body: If you are unsure of what a specific requirement means, please follow the links to learn about it and understand why it is necessary before submitting. options: - label: >- - I have read [the documentation](https://www.asbuiltreport.com/user-guide/new-asbuiltconfig), - and referred to the [known issues](https://www.asbuiltreport.com/user-guide/known-issues/) before submitting this change request. + I have read [the documentation](https://www.asbuiltreport.com/user-guide/quickstart/), + and referred to the [known issues](https://www.asbuiltreport.com/support/known-issues/) before submitting this change request. required: true - label: >- I have checked for previously opened & closed [issues](https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/issues) before submitting this change request. - required: true + required: true \ No newline at end of file