eww/.github/ISSUE_TEMPLATE/widget-request.md
2020-10-25 12:16:35 +01:00

23 lines
755 B
Markdown

---
name: Widget request
about: Request a new Widget
title: "[WIDGET] "
labels: widget-request
assignees: ''
---
## Description of the widget
Provide an explanation of the widget.
## Implementation proposal
If applicable, describe which GTK-widgets this widget would be based on. A gallery of GTK widgets can be found [here](https://developer.gnome.org/gtk3/stable/ch03.html).
Please include links to the respective GTK documentation pages.
## Example usage
Provide an example snippet of configuration showcasing how the widget could be used, including the attributes the widget should support.
For anything non-obvious, include an explanation of how the properties should behave.
## Additional Context
Provide any additional context if applicable.