Skip to content

Commit 6a38672

Browse files
authored
chore: remove optional from issue templates (#1933)
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Remove 'Optional' from labels in issue templates to streamline appearance. > > - **Issue Templates**: > - Remove 'Optional' from labels in `01-bug_report.yml`, `02-feature_request.yml`, and `03-documentation.yml`. > - Affected labels include `BAML Version`, `Language/Framework`, `LLM Provider`, `LLM Model`, `Operating System`, `Browser`, `Code Editor`, `Alternative Solutions`, `Additional Context`, `Current Documentation`, and `Documentation Type`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup> for 261af9c. You can [customize](https://app.ellipsis.dev/BoundaryML/settings/summaries) this summary. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
1 parent 2250b13 commit 6a38672

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/ISSUE_TEMPLATE/01-bug_report.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ body:
2929
required: true
3030
- type: input
3131
attributes:
32-
label: BAML Version (Optional)
32+
label: BAML Version
3333
description: Which version of BAML are you using?
3434
- type: dropdown
3535
attributes:
36-
label: Language/Framework (Optional)
36+
label: Language/Framework
3737
description: Which language or framework are you using?
3838
options:
3939
- Python
@@ -44,7 +44,7 @@ body:
4444
- Other
4545
- type: dropdown
4646
attributes:
47-
label: LLM Provider (Optional)
47+
label: LLM Provider
4848
description: Which LLM provider are you using?
4949
options:
5050
- OpenAI
@@ -55,11 +55,11 @@ body:
5555
- Other
5656
- type: input
5757
attributes:
58-
label: LLM Model (Optional)
58+
label: LLM Model
5959
description: Which specific model are you using? (e.g., gpt-4-turbo-preview, claude-3-opus-20240229)
6060
- type: dropdown
6161
attributes:
62-
label: Operating System (Optional)
62+
label: Operating System
6363
description: Which operating system are you using?
6464
options:
6565
- macOS
@@ -68,7 +68,7 @@ body:
6868
- Other
6969
- type: dropdown
7070
attributes:
71-
label: Browser (Optional)
71+
label: Browser
7272
description: Which browser are you using?
7373
options:
7474
- Chrome
@@ -78,7 +78,7 @@ body:
7878
- Other
7979
- type: dropdown
8080
attributes:
81-
label: Code Editor (Optional)
81+
label: Code Editor
8282
description: Which code editor are you using?
8383
options:
8484
- VS Code

.github/ISSUE_TEMPLATE/02-feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ body:
2929
required: true
3030
- type: textarea
3131
attributes:
32-
label: Alternative Solutions (Optional)
32+
label: Alternative Solutions
3333
description: Have you considered any alternative solutions or workarounds?
3434
- type: textarea
3535
attributes:
36-
label: Additional Context (Optional)
36+
label: Additional Context
3737
description: Add any other context about the feature request here.

.github/ISSUE_TEMPLATE/03-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ body:
1111
required: true
1212
- type: textarea
1313
attributes:
14-
label: Current Documentation (Optional)
14+
label: Current Documentation
1515
description: If applicable, what is the current documentation that needs improvement?
1616
- type: dropdown
1717
attributes:
18-
label: Documentation Type (Optional)
18+
label: Documentation Type
1919
description: What type of documentation is this?
2020
options:
2121
- Getting Started Guide

0 commit comments

Comments
 (0)