Skip to content

Commit

Permalink
Merge pull request microsoft#2928 from likamrat/housekeeping
Browse files Browse the repository at this point in the history
updating templates
  • Loading branch information
likamrat authored Feb 13, 2025
2 parents d1210fb + 2b75470 commit ebbf8fe
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 14 deletions.
38 changes: 26 additions & 12 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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: ''

---
<!--- 🛑 Please check existing issues first before continuing: https://github.com/microsoft/azure_arc/issues --->
<!--- 🛑 Please check existing issues first: https://github.com/microsoft/azure_arc/issues --->

<!--- Disclaimer: The intent of this "Bug report" template is to address feature requests related to the various Arc Jumpstart solution. The Arc Jumpstart team does not handle and/or support Azure Arc upstream core product related issues, bugs and feature requests and will try to assist on a best effort basis. For a core product issue or feature request/feedback, please create an official [Azure support ticket](https://azure.microsoft.com/support/create-ticket/) or [general feedback request](https://feedback.azure.com). --->

> **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?**
<!--- A link to the Jumpstart scenario you are working on. --->
**Scenario Link**
<!--- Provide the link to the specific scenario you're working with --->

**Describe the issue or the bug**
<!--- A clear and concise description of what the issue or the bug is. --->
Expand All @@ -29,13 +38,18 @@ assignees: ''
**Expected behavior**
<!--- A clear and concise description of what you expected to happen. --->

**Environment summary**
<!--- Please provide:
- Azure CLI version (`az --version`)
- Operating system and version
- Deployed region
- Any other relevant version information
--->
**Environment Details**
- Azure CLI version: <!-- output of `az --version` -->
- Operating System: <!-- e.g., Windows 11, Ubuntu 22.04 -->
- Deployed Region: <!-- e.g., eastus -->
- 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?**
<!---Relevant logs retrieval instructions can be found in the Troubleshooting section.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "\U0001F680Feature request"
name: "Feature request"
about: Suggest an idea for this project
title: ''
labels: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<!--- If fixing a bug or implementing a feature, please link to the issue here: -->
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
Expand All @@ -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
Expand Down

0 comments on commit ebbf8fe

Please sign in to comment.