From 2b754703cc3bf19e2b8195f7d5e8da52e6913492 Mon Sep 17 00:00:00 2001 From: Lior Kamrat Date: Thu, 13 Feb 2025 11:11:57 -0800 Subject: [PATCH] updating templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++------ .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .../pull_request_template_bootstrap.md | 3 +- 3 files changed, 29 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 82445b3745..ec34cf0756 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,20 +1,29 @@ --- -name: "\U0001F41BBug report" +name: "🐛Bug report" about: Create a report to help us improve title: '' -labels: 'triage' +labels: ['triage', 'bug'] assignees: '' --- - + +> **Note:** If your bug report is related to documentation, we kindly ask you to open both an issue and a PR in our [documentation repository](https://github.com/Azure/arc_jumpstart_docs). + > **Note:** For ease of issues and pull requests management and tracking, we kindly ask you to provide a meaningful and concise title to this issue and answer all questions to the best of your ability. +**Scenario Type** +- [ ] Jumpstart scenario +- [ ] ArcBox +- [ ] HCIBox +- [ ] Agora +- [ ] Drops +- [ ] Other (please specify) -**Is your issue related to a Jumpstart scenario, ArcBox, HCIBox, or Agora?** - +**Scenario Link** + **Describe the issue or the bug** @@ -29,13 +38,18 @@ assignees: '' **Expected behavior** -**Environment summary** - +**Environment Details** +- Azure CLI version: +- Operating System: +- Deployed Region: +- Kubernetes Version (if applicable): + +**Deployment Method Used** +- [ ] Azure Portal +- [ ] Azure CLI +- [ ] Bicep +- [ ] ARM Template +- [ ] Other (please specify) **Have you looked at the Troubleshooting and Logs section?** Fixes # (issue) +> **Note:** If your pull request is related to documentation, we kindly ask you to open both an issue and a PR in our [documentation repository](https://github.com/Azure/arc_jumpstart_docs). + ## How Has This Been Tested? - Please describe in detail how you tested your changes @@ -18,7 +20,6 @@ Fixes # (issue) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) -- [ ] Documentation update ## Validation Checklist - [ ] My code follows the code style of this project