Skip to content

Commit c02d539

Browse files
celinvaladpaco-aws
authored andcommitted
Add a new issue template for code improvements (rust-lang#718)
Co-authored-by: Adrian Palacios <[email protected]>
1 parent 632afbe commit c02d539

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Code Improvement
3+
about: Create a request for improving the code quality of RMC
4+
labels: Cat: cleanup, Cat: enhancement
5+
---
6+
<!--
7+
Please report security concerns to us on the
8+
[AWS vulnerability reporting](http://aws.amazon.com/security/vulnerability-reporting/) page.
9+
-->
10+
11+
<!--
12+
Thank you for requesting an RMC improvement!
13+
Please include the following information if it applies to your case:
14+
-->
15+
**Requested improvement:**
16+
17+
**Related features:**
18+
19+
**Is this a breaking change?**
20+
21+
**Target code:**
22+
<!--
23+
Either paste a snippet with code that requires improvement or paste a link to
24+
the code that this will target.
25+
-->
26+
```rust
27+
<code>
28+
```

0 commit comments

Comments
 (0)