Skip to content

Commit

Permalink
Forms were too long
Browse files Browse the repository at this point in the history
  • Loading branch information
MaelImhof committed Apr 30, 2024
1 parent 6e94134 commit a80ff01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ body:
placeholder: "1. Open a note with X content. 2. Click on Y. 3. See error Z."
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: What's the expected behavior?
description: Describe what you expect to happen.
placeholder: "I expect to see Z when I do Y."
validations:
required: true
- type: textarea
id: tried-solutions
attributes:
Expand Down
10 changes: 1 addition & 9 deletions .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ body:
placeholder: "I would like to see X added to the plugin."
validations:
required: true
- type: textarea
id: use-case
attributes:
label: What's the use case?
description: Describe the context of use. How would you use this feature?
placeholder: "I would use this feature to do X."
validations:
required: true
- type: textarea
id: alternatives
attributes:
Expand All @@ -38,6 +30,6 @@ body:
attributes:
label: Additional information
description: Add any other context or screenshots about the feature request here.
placeholder: "Add any other context or screenshots about the feature request here."
placeholder: "Context or screenshots about the feature request."
validations:
required: false

0 comments on commit a80ff01

Please sign in to comment.