-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Feature request | ||
description: Suggest a new idea for Map. | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for using Map! | ||
If you are looking for support, please check out our documentation | ||
or consider asking a question. | ||
- 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. | ||
options: | ||
- label: I have searched the [existing issues](https://github.com/xclud/flutter_map/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 a package | ||
on pub.dev that already solves this? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Proposal | ||
description: | | ||
Briefly but precisely describe what you would like Map to be able to do. | ||
Consider attaching something showing what you are imagining: | ||
* images | ||
* videos | ||
* code samples | ||
Does this have to be provided by Map directly, or can it be provided | ||
by a package on pub.dev? If so, maybe consider implementing and | ||
publishing such a package rather than filing an issue. | ||
validations: | ||
required: true |