Skip to content

Commit f0251db

Browse files
authored
Merge pull request Azure#509 from likamrat/housekeeping
Housekeeping
2 parents 01d6878 + 4f15e07 commit f0251db

File tree

5 files changed

+146
-0
lines changed

5 files changed

+146
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: "\U0001F41BBug report"
3+
about: Report an issue with the documentation
4+
title: ''
5+
labels: 'documentation, triage'
6+
assignees: ''
7+
8+
---
9+
<!--- 🛑 Please check existing issues first before continuing: https://github.com/microsoft/azure_arc/issues --->
10+
11+
<!--- 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). --->
12+
13+
> **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.
14+
15+
**Which documentation page is affected?**
16+
<!--- Provide the URL or path to the documentation page where you found the issue --->
17+
18+
**Describe the documentation issue**
19+
<!--- A clear and concise description of what's wrong or missing in the documentation --->
20+
21+
**Type of issue (check all that apply):**
22+
- [ ] Technical inaccuracy
23+
- [ ] Missing information
24+
- [ ] Unclear instructions
25+
- [ ] Broken link
26+
- [ ] Code sample error
27+
- [ ] Outdated content
28+
- [ ] Other (please specify)
29+
30+
**Expected documentation**
31+
<!--- Describe what you expected to find in the documentation or how it should be improved --->
32+
33+
**Relevant scenario**
34+
<!--- If this documentation issue relates to a specific Jumpstart scenario, ArcBox, HCIBox, or Agora deployment, please provide details here --->
35+
36+
**Screenshots**
37+
<!--- If applicable, add screenshots to help explain the documentation issue --->
38+
39+
**Additional context**
40+
<!--- Add any other context about the documentation issue here --->

.github/ISSUE_TEMPLATE/config.yml

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Getting Started Guide
4+
url: https://jumpstart.azure.com/getting-started/
5+
about: Get started with Azure Arc using Jumpstart
6+
- name: ArcBox for IT Pros Troubleshooting
7+
url: https://jumpstart.azure.com/azure_jumpstart_arcbox/ITPro/#basic-troubleshooting
8+
about: Troubleshooting guide for ArcBox IT Pro scenarios
9+
- name: ArcBox for DevOps Troubleshooting
10+
url: https://jumpstart.azure.com/azure_jumpstart_arcbox/DevOps/#basic-troubleshooting
11+
about: Troubleshooting guide for ArcBox DevOps scenarios
12+
- name: ArcBox for DataOps Troubleshooting
13+
url: https://jumpstart.azure.com/azure_jumpstart_arcbox/DataOps/#basic-troubleshooting
14+
about: Troubleshooting guide for ArcBox DataOps scenarios
15+
- name: HCIBox Troubleshooting
16+
url: https://jumpstart.azure.com/azure_jumpstart_hcibox/troubleshooting
17+
about: Troubleshooting guide for HCIBox deployment and operations
18+
- name: Agora - Contoso Supermarket Troubleshooting
19+
url: https://jumpstart.azure.com/azure_jumpstart_ag/contoso_supermarket/troubleshooting
20+
about: Troubleshooting guide for Contoso Supermarket deployment
21+
- name: Agora - Contoso Motors Troubleshooting
22+
url: https://jumpstart.azure.com/azure_jumpstart_ag/contoso_motors/troubleshooting
23+
about: Troubleshooting guide for Contoso Motors deployment
24+
- name: Agora - Contoso Hypermarket Troubleshooting
25+
url: https://jumpstart.azure.com/azure_jumpstart_ag/contoso_hypermarket/troubleshooting/
26+
about: Troubleshooting guide for Contoso Hypermarket deployment
27+
- name: Azure Arc GitHub Discussions
28+
url: https://github.com/microsoft/azure_arc/discussions
29+
about: Ask questions and discuss with the community
30+
- name: Report Security Issues
31+
url: https://github.com/microsoft/azure_arc/security/policy
32+
about: Please report security vulnerabilities here
33+
- name: Azure Arc Documentation
34+
url: https://learn.microsoft.com/azure/azure-arc/
35+
about: Official Microsoft Learn documentation for Azure Arc
36+
- name: Azure Local Documentation
37+
url: https://learn.microsoft.com/azure/azure-local/
38+
about: Official Microsoft Learn documentation for Azure Local

.github/ISSUE_TEMPLATE/docs.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Documentation improvement
3+
about: Suggest improvements to the documentation
4+
title: '[DOCS] '
5+
labels: documentation
6+
assignees: ''
7+
---
8+
9+
**Which documentation page needs improvement?**
10+
Provide the URL or path to the documentation.
11+
12+
**What is the current issue?**
13+
Describe what is unclear, incorrect, or missing in the current documentation.
14+
15+
**Suggested improvements**
16+
Describe how the documentation could be improved.
17+
18+
**Additional context**
19+
Add any other context or screenshots about the documentation request here.
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for Arc Jumpstart
4+
title: '[FEATURE] '
5+
labels: enhancement
6+
assignees: ''
7+
---
8+
9+
**Is your feature request related to a problem?**
10+
A clear and concise description of the problem.
11+
12+
**Describe the solution you'd like**
13+
A clear and concise description of what you want to happen.
14+
15+
**Describe alternatives you've considered**
16+
A clear and concise description of any alternative solutions you've considered.
17+
18+
**Additional context**
19+
Add any other context or screenshots about the feature request here.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!--- Provide a general summary of your documentation changes in the Title above -->
2+
3+
## Description
4+
<!--- Describe your documentation changes in detail -->
5+
6+
## Related Issue
7+
<!--- If addressing a documentation issue, please link to the issue here: -->
8+
Fixes # (issue)
9+
10+
## Type of Documentation Change
11+
<!--- What types of documentation changes are you introducing? Put an `x` in all the boxes that apply: -->
12+
- [ ] New article/guide
13+
- [ ] Content update/correction
14+
- [ ] Restructuring/reorganizing content
15+
- [ ] Technical accuracy improvement
16+
- [ ] Language/clarity improvement
17+
- [ ] Fix broken links/references
18+
- [ ] Other (please describe)
19+
20+
## Validation Checklist
21+
- [ ] I have verified all technical information is accurate and up-to-date
22+
- [ ] I have performed a self-review of my documentation
23+
- [ ] I have run all code samples (if any) to verify they work
24+
- [ ] I have checked for spelling and grammar errors
25+
- [ ] All links in the documentation are valid and working
26+
- [ ] All images/screenshots are current and properly referenced
27+
- [ ] I've read the [Jumpstart contribution guidelines](https://aka.ms/JumpstartContribution)
28+
29+
## Additional Notes
30+
<!--- Add any other context about the documentation changes here -->

0 commit comments

Comments
 (0)