Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
name: Feature Request 💡

about: Suggest a new idea for the project.

title: '[feat] '

labels: enhancement
---

## Feature Request

<!--
Thank you for taking the time to request a feature.

Please try to spend some time to clearly speculate on the feature you would like to see added.
Take a look at our template and try to add as much detail as possible.

If any heading is not applicable, put `N/A`.
For additional information, create an extra H3 heading and add extra info.
-->

### Summary

<!--
Describe the functionality you would like to have in flutter/devs in a precise and clear way.
e.g I would like to have a ...

If you want to request an update in current implementation, please mention and describe it clearly.
e.g I would like to request an update for ...
-->

### Solution

<!--
A precise description of how you would like to see this functionality implemented.
Any screenshots, rough sketches, and ideas are welcome.
-->


<!--
Thank you for taking your time to report the issue! We appreciate you 💗.
-->
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,14 @@ git push origin -u <ticket-number>/your-name
6. Submit pull request for review


#### 3. Filling bugs, and feature requests
#### 3. Filling bugs

#### 4. Feature requests

1. Create a new [issue](https://github.com/flutterph/devs/issues) using the 'Feature Request 💡' template
2. Fill in the requested information and feel free to add headers if there's anything you think we missed!
3. Submit the new issue

TODO

For questions or suggestions, either create a ticket or send us an email at team@flutter.ph.

Expand Down