We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632afbe commit c02d539Copy full SHA for c02d539
.github/ISSUE_TEMPLATE/code_improvement.md
@@ -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