Add enhancement issue template (#199)

* Create enhancement.md

* Update enhancement.md
This commit is contained in:
XAMPPRocky 2020-11-02 11:04:11 +01:00 committed by GitHub
parent 982dcfaa35
commit 43c7934ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
.github/ISSUE_TEMPLATE/enhancement.md vendored Normal file
View File

@ -0,0 +1,19 @@
---
name: Enhancement
about: Propose a minor improvement or feature to the project.
title: "(My enhancement)"
labels: "t: enhancement"
---
<!--
Thank you for your interest in the `rust-gpu` project! This template is for
proposing a minor improvement, such as addig a new method, or improving
documentation. Please try to provide a short high level overview of what you would
like you to add. Also be sure to check the existing and `wontfix` issues to see
if it's already been proposed before posting.
Existing Issues: https://github.com/EmbarkStudios/rust-gpu/issues?q=is%3Aopen+is%3Aissue+label%3A%22t%3A+enhancement%22
Closed Issues: https://github.com/EmbarkStudios/rust-gpu/labels/s%3A%20wontfix
-->