1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
---
name: Feature Request
description: Suggest something to add to Matplotlib!
title: "[ENH]: "
labels: [New feature]
body:
- type: markdown
attributes:
value: >-
Please search the [issues](https://github.com/matplotlib/matplotlib/issues) for relevant feature
requests before creating a new feature request.
- type: textarea
id: problem
attributes:
label: Problem
description: Briefly describe the problem this feature will solve. (2-4 sentences)
placeholder: |
* I'm always frustrated when [...] because [...]
* I would like it if [...] happened when I [...] because [...]
* Here is a sample image of what I am asking for [...]
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed solution
description: Describe a way to accomplish the goals of this feature request.
|