-
Notifications
You must be signed in to change notification settings - Fork 856
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: improve bug and feature request GitHub issue templates, replac…
…e question issue template with GitHub discussions (#2444)
- Loading branch information
Showing
4 changed files
with
31 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,36 @@ | ||
name: Feature request | ||
description: Suggest a new idea for Flutter Quill. | ||
description: Propose a new idea or enhancement for Flutter Quill. | ||
labels: 'enhancement' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for using Flutter Quill! | ||
Please provide the following details to help us evaluate your feature request. | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for this feature request or proposal. | ||
label: Have you checked for an existing issue? | ||
description: Ensure there isn’t already an open issue for this feature request. | ||
options: | ||
- label: I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Use case | ||
description: | | ||
Please tell us the problem you are running into that led to you wanting | ||
a new feature. | ||
Is your feature request related to a problem? Please give a clear and | ||
concise description of what the problem is. | ||
Describe the alternative solutions you've considered. Is there already a solution that solves this? | ||
Describe the problem or challenge that led to this feature request. | ||
Include any alternative solutions you’ve considered and why they don’t work. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Proposal | ||
description: | | ||
Briefly but precisely describe what you would like Flutter Quill to be able to do. | ||
Describe your proposed solution and what you’d like Flutter Quill to do. | ||
Consider attaching something showing what you are imagining: | ||
* images | ||
* videos | ||
* code samples | ||
You can include additional resources such as: | ||
- Images | ||
- Videos | ||
- Code samples | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Community Support | ||
url: https://github.com/singerdmx/flutter-quill/discussions/new?category=q-a | ||
about: Ask a question about using the package. |