Skip to content

Add feature request template #18160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ianhi opened this issue Aug 3, 2020 · 1 comment · Fixed by #18161
Closed

Add feature request template #18160

ianhi opened this issue Aug 3, 2020 · 1 comment · Fixed by #18161
Assignees
Milestone

Comments

@ianhi
Copy link
Contributor

ianhi commented Aug 3, 2020

Problem

On matplotlib.org the official guidance for feature requests is now to open a github issue:
image
however there is currently only a bug report template. This can induce doubts for someone new to github that it is ok to open an issue for a feature request. Additionally feature requests may be less structured than is optimal without the guidelines provided by a template.

Proposed Solution

Create a feature request template and have all official new issue links lead to: https://github.com/matplotlib/matplotlib/issues/new/choose

Additional Context

I made the same suggestion at jupyterlab in jupyterlab/jupyterlab#8226 and we implemented it with the below template:

name: Feature Request
about: Suggest something to add to JupyterLab
labels: type:Enhancement
---

<!--
Welcome! Thanks for thinking of a way to improve JupyterLab. If this solves a problem for you, then it probably solves that problem for lots of people! So the whole community will benefit from this request.


Before creating a new feature request please search the issues for relevant feature requests.
-->

### Problem

<!-- Provide a clear and concise description of what problem this feature will solve. For example:

* I'm always frustrated when [...] because [...]
* I would like it if [...] happened when I [...] because [...]
-->

### Proposed Solution

<!-- Provide a clear and concise description of a way to accomplish what you want. For example:

* Add an option so that when [...]  [...] will happen
 -->

### Additional context

<!-- Add any other context or screenshots about the feature request here. You can also include links to examples of other programs that have something similar to your request. For example:

* Another project [...] solved this by [...]
-->
@story645 story645 self-assigned this Aug 3, 2020
@story645
Copy link
Member

story645 commented Aug 3, 2020

Totally agree/this has been on a to do list forever and just hasn't jumped to the top of the queue. You're welcome to open this PR (but then please also make the bug template!).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants