Skip to content

Commit

Permalink
Fix issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
bereba committed Feb 11, 2025
1 parent 16c05d2 commit f5dc168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
14 changes: 1 addition & 13 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ body:
- Python version
- Operating System
- Tool version
validations:
required: true
- type: textarea
id: example
Expand All @@ -36,41 +34,31 @@ body:
```python
```
validations:
required: true
- type: textarea
id: problem
attributes:
label: Issue description
description: >
Provide any additional information you think might be relevant.
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: >
Describe or show a code example of the expected behavior.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: >
If applicable, add screenshots to help explain your problem.
validations:
required: false
- type: textarea
id: additional-info
attributes:
label: Additional information
description: >
Add any other context about the problem here.
validations:
required: false
Add any other context about the problem here.
10 changes: 1 addition & 9 deletions .github/ISSUE_TEMPLATE/design_proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,24 @@ body:
label: Problem to Solve
description: >
Describe the problem or limitation you are trying to solve with this design proposal.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: >
Provide a detailed explanation of your proposed solution. Describe any architectural changes, new APIs, or changes in behavior.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: >
Discuss any alternative designs or approaches you have considered.
validations:
required: false
- type: textarea
id: risks
attributes:
label: Risks and Impact
description: >
Outline any potential risks or negative impacts of this proposal. How will this affect the system and existing users?
validations:
required: false
Outline any potential risks or negative impacts of this proposal. How will this affect the system and existing users?

0 comments on commit f5dc168

Please sign in to comment.