Skip to content

Commit

Permalink
Update feature_request.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muak authored Feb 2, 2020
1 parent f383519 commit dc43fa4
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

title: "[Enhancement] YOUR IDEA!"
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
## Summary
Please provide a brief summary of your proposal. Two to three sentences is best here.

## API Changes

Include a list of all API changes, additions, subtractions as would be required by your proposal. These APIs should be considered placeholders, so the naming is not as important as getting the concepts correct. If possible you should include some "example" code of usage of your new API.

e.g.

In order to facilitate the new Shiny Button api, a bool is added to the Button class. This is done as a bool because it is simpler to data bind and other reasons...

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
var button = new Button ();
button.MakeShiny = true; // new API

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
The MakeShiny API works even if the button is already visible.

**Additional context**
Add any other context or screenshots about the feature request here.
## Intended Use Case
Provide a detailed example of where your proposal would be used and for what purpose.

0 comments on commit dc43fa4

Please sign in to comment.