-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1693 from leancodepl/master
Update develop
- Loading branch information
Showing
2 changed files
with
54 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
name: Request a feature | ||
description: | | ||
Suggest a new idea to make Patrol better. | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for using Patrol! | ||
If you're looking for support, check out our docs or consider asking a | ||
question on our Discussions or Stack Overflow: | ||
- https://patrol.leancode.co | ||
- https://github.com/leancodepl/patrol/discussions | ||
- https://stackoverflow.com/questions/tagged/flutter-patrol | ||
Please search the [existing issues] to see if an issue already exists | ||
for the feature you need. | ||
--- | ||
If you are sure that you have found a feature that hasn't been requested | ||
yet, or if our documentation doesn't have an answer to what you're | ||
looking for, then fill out the template below. Please bear in mind that | ||
duplicates and unsufficiently described feature requests will be closed. | ||
[existing issues]: https://github.com/leancodepl/patrol/issues | ||
- 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 and the tradeoffs | ||
they come with. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Proposal | ||
description: | | ||
Briefly but precisely describe what the new feature would look like. | ||
Consider attaching something showing what you are imagining: | ||
* code samples | ||
* API design ideas | ||
validations: | ||
required: true |