File tree Expand file tree Collapse file tree 5 files changed +30
-111
lines changed Expand file tree Collapse file tree 5 files changed +30
-111
lines changed Original file line number Diff line number Diff line change 1
- ## Choose a PR Template
1
+ ## Description
2
2
3
- Please select the appropriate PR template for your contribution:
3
+ <!-- Briefly describe what this PR does and why -->
4
4
5
- - 🆕 [ New Module] ( ?template=new_module.md ) - Adding a new module to the registry
6
- - 🐛 [ Bug Fix] ( ?template=bug_fix.md ) - Fixing an existing issue
7
- - ✨ [ Feature] ( ?template=feature.md ) - Adding new functionality to a module
8
- - 📝 [ Documentation] ( ?template=documentation.md ) - Improving docs only
5
+ ---
6
+
7
+ ## Type of Change
8
+
9
+ - [ ] New module
10
+ - [ ] Bug fix
11
+ - [ ] Feature/enhancement
12
+ - [ ] Documentation
13
+ - [ ] Other
9
14
10
15
---
11
16
12
- If you've already started your PR, add ` ?template=TEMPLATE_NAME.md ` to your URL.
17
+ ## Module Information
18
+
19
+ <!-- Delete this section if not applicable -->
20
+
21
+ ** Path:** ` registry/[namespace]/modules/[module-name] `
22
+ ** New version:** ` v1.0.0 `
23
+ ** Breaking change:** [ ] Yes [ ] No
24
+
25
+ ---
13
26
14
- ### Quick Checklist
27
+ ## Testing & Validation
15
28
16
29
- [ ] Tests pass (` bun test ` )
17
30
- [ ] Code formatted (` bun run fmt ` )
18
- - [ ] Following contribution guidelines
31
+ - [ ] Changes tested locally
32
+
33
+ ---
34
+
35
+ ## Related Issues
36
+
37
+ <!-- Link related issues or write "None" if not applicable -->
38
+
39
+ Closes #
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments