Skip to content

Commit 51c1d95

Browse files
authored
Merge pull request #596 from likamrat/hot_fix
Hot fix
2 parents 51b0389 + 0d743d1 commit 51c1d95

File tree

197 files changed

+59
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+59
-50
lines changed

.github/ISSUE_TEMPLATE/docs_feature_request.yml

+7-24
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@ body:
1818
label: Documentation Category
1919
description: Which area of documentation does this request relate to?
2020
options:
21-
- label: Getting Started Guide
22-
- label: Deployment Guides
23-
- label: Troubleshooting Guides
24-
- label: Architecture Documentation
25-
- label: Tutorials
26-
- label: API Documentation
27-
- label: Other
21+
- label: Jumpstart ArcBox
22+
- label: Jumpstart HCIBox
23+
- label: Jumpstart Agora
24+
- label: A specific Jumpstart scenario
25+
- label: Jumpstart Drops
26+
- label: Something else
2827
- type: textarea
2928
id: feature-description
3029
attributes:
@@ -33,30 +32,14 @@ body:
3332
placeholder: Example - "We need better documentation about configuring custom settings in ArcBox deployments"
3433
validations:
3534
required: true
36-
- type: textarea
37-
id: motivation
38-
attributes:
39-
label: Why is this needed?
40-
description: What problems would this documentation solve? Who would benefit?
41-
placeholder: Example - "New users struggle to understand this feature because..."
42-
validations:
43-
required: true
44-
- type: textarea
45-
id: suggested-content
46-
attributes:
47-
label: Suggested Content
48-
description: Do you have specific suggestions for what should be included?
49-
placeholder: List any specific topics, examples, or scenarios that should be covered
50-
validations:
51-
required: false
5235
- type: input
5336
id: related-page
5437
attributes:
5538
label: Related Documentation Page
5639
description: If this relates to an existing page, please provide the URL
5740
placeholder: ex. https://jumpstart.azure.com/azure_jumpstart_arcbox/
5841
validations:
59-
required: false
42+
required: true
6043
- type: textarea
6144
id: additional-context
6245
attributes:

.github/ISSUE_TEMPLATE/docs_issue_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ body:
2323
- label: Jumpstart Agora
2424
- label: A specific Jumpstart scenario
2525
- label: Jumpstart Drops
26-
- label: Other
26+
- label: Something else
2727
- type: checkboxes
2828
id: issue-type
2929
attributes:

0 commit comments

Comments
 (0)