File tree Expand file tree Collapse file tree 1 file changed +68
-0
lines changed Expand file tree Collapse file tree 1 file changed +68
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Code Contribution Template
3
+ about : Helps us improve the project
4
+ title : " [Type of change] Issue name"
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ # Description
11
+
12
+ <!-- Provide a brief summary of your changes. Focus on what this contribution improves or fixes. -->
13
+
14
+ ---
15
+
16
+ ## Type of Change
17
+
18
+ <!-- Check the box that applies to your contribution. -->
19
+
20
+ - [ ] New snippet(s)
21
+ - [ ] Update to existing snippet(s)
22
+ - [ ] Bug fix
23
+ - [ ] Documentation update
24
+ - [ ] Other (please describe below):
25
+
26
+ ---
27
+
28
+ ## Checklist
29
+
30
+ <!-- Ensure you meet these guidelines before submitting. Check all that apply. -->
31
+
32
+ ### General:
33
+ - [ ] Code is tested and works as intended.
34
+ - [ ] Code adheres to the project’s style guidelines.
35
+ - [ ] Any necessary comments are added for clarity.
36
+ - [ ] No new warnings are introduced.
37
+
38
+ ### For New Snippets:
39
+ - [ ] Relevant tags are added.
40
+ - [ ] Description clearly explains the snippet's purpose.
41
+ - [ ] Code is properly formatted and commented.
42
+ - [ ] Appropriate category is selected (or a new one is created).
43
+
44
+ ---
45
+
46
+ ## Related Issues
47
+
48
+ <!-- Link any related issues using GitHub syntax: #issue-number -->
49
+ Closes #
50
+
51
+ ---
52
+
53
+ ## Additional Information (Optional)
54
+
55
+ <!-- Add any extra context that might help the reviewers. -->
56
+
57
+ ---
58
+
59
+ ## Screenshots (Optional)
60
+
61
+ <!-- Add screenshots if applicable, such as for UI or visual changes. -->
62
+
63
+ <details >
64
+ <summary >View Screenshots</summary >
65
+
66
+ <!-- Paste your screenshots here -->
67
+
68
+ </details >
You can’t perform that action at this time.
0 commit comments