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.
2 parents 4c2ec0f + cd19487 commit 2532012Copy full SHA for 2532012
.github/ISSUE_TEMPLATE/cleanup_request.md
@@ -0,0 +1,31 @@
1
+---
2
+name: 'Cleanup request'
3
+about: Propose a cleanup task for this project.
4
+
5
6
7
+/kind cleanup
8
9
+**What needs cleanup:**
10
+[A clear and concise description of what needs to be cleaned up.]
11
+<!--
12
+Examples of cleanup tasks:
13
+- Remove unused code
14
+- Refactor code
15
+- Increase test coverage
16
+- Fix typos/broken links
17
+- Bump dependency versions
18
+-->
19
20
+**Describe the solution you'd like**
21
+[Description of how you would like the cleanup to be done.]
22
23
+Files to change: 2
24
25
+- [ ] File 1
26
+ - Specific lines to cleanup
27
+- [ ] File 2
28
29
30
+**Anything else you would like to add:**
31
+[Miscellaneous information that will assist in solving the issue.]
0 commit comments