Skip to content

Commit

Permalink
section select included
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Varghese <[email protected]>
  • Loading branch information
SachinVarghese authored and chickenrae committed Oct 14, 2024
1 parent f904943 commit 67cfb3d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
14 changes: 13 additions & 1 deletion .github/ISSUE_TEMPLATE/1_bug_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ body:
- Microsoft Edge
- Others (Please let us know in description)

- type: dropdown
id: section
attributes:
label: What section of the docs is the problem on?
multiple: true
options:
- GenAI Examples
- GenAI Microservices
- Deploying GenAI
- Evaluating GenAI
- Others (Please let us know in description)

- type: markdown
id: description
attributes:
Expand All @@ -52,4 +64,4 @@ body:
...
render: bash
validations:
required: true
required: true
14 changes: 13 additions & 1 deletion .github/ISSUE_TEMPLATE/2_feaure_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,16 @@ body:
options:
- Yes
- No
- Unknown
- Unknown

- type: dropdown
id: section
attributes:
label: What section of the docs is the problem on?
multiple: true
options:
- GenAI Examples
- GenAI Microservices
- Deploying GenAI
- Evaluating GenAI
- Others (Please let us know in description)

0 comments on commit 67cfb3d

Please sign in to comment.