|
1 | 1 | # 📦 Pull Request Template
|
2 | 2 |
|
3 |
| -<!-- If this is your first PR, welcome! Please make sure you read the [contributing guidelines](../CONTRIBUTING.md). --> |
| 3 | +## Description |
4 | 4 |
|
5 |
| - |
6 |
| -## ✨ Description |
7 |
| - |
8 |
| -Please include a concise summary of the changes and their context. |
9 |
| -If this is a feature, explain the motivation. |
10 |
| -If it's a bug fix, describe what was broken and how it's fixed. |
| 5 | +Please include a summary of the changes and the related context. If this is a feature, explain the motivation. If it's a bug fix, describe what was broken. |
11 | 6 |
|
12 | 7 | Fixes: #<issue-number> _(if applicable)_
|
13 | 8 |
|
14 |
| ---- |
15 |
| - |
16 |
| -## 🏷️ Type of Change |
| 9 | +## Type of Change |
17 | 10 |
|
18 |
| -<!-- Add X in the box below --> |
| 11 | +Please check the relevant option(s): |
19 | 12 |
|
20 | 13 | - [ ] 🐛 Bug fix
|
21 | 14 | - [ ] ✨ New feature
|
22 | 15 | - [ ] 🧹 Code cleanup or refactor
|
23 | 16 | - [ ] 📝 Documentation update
|
24 |
| -- [ ] 🔧 Build or CI change |
| 17 | +- [ ] 🔧 Build or CI-related change |
25 | 18 | - [ ] 🔒 Security fix
|
26 |
| -- [ ] 📦 Dependency update |
27 |
| -- [ ] 💥 API change |
28 |
| -- [ ] 🧊 Deprecation |
29 |
| -- [ ] 🕳️ Regression fix |
30 |
| -- [ ] Other: <!-- specify --> |
| 19 | +- [ ] Other (specify): |
31 | 20 |
|
32 |
| ---- |
| 21 | +## How Has This Been Tested? |
33 | 22 |
|
34 |
| -## 🧪 How Has This Been Tested? |
| 23 | +Please describe the test strategy: |
35 | 24 |
|
36 | 25 | - [ ] Manual testing
|
37 | 26 | - [ ] Unit tests
|
38 | 27 | - [ ] Integration tests
|
39 | 28 | - [ ] Not tested yet
|
40 | 29 |
|
41 |
| -<details> |
42 |
| -<summary>Commands used (if applicable)</summary> |
| 30 | +Commands used (if applicable): |
43 | 31 |
|
44 | 32 | ```bash
|
45 | 33 | # Example
|
46 | 34 | my-cli-tool build --verbose
|
47 | 35 | my-cli-tool test
|
48 | 36 | ````
|
49 | 37 |
|
50 |
| -</details> |
51 |
| - |
52 |
| ---- |
53 |
| - |
54 |
| -## ✅ Checklist |
| 38 | +## Checklist |
55 | 39 |
|
56 | 40 | * [ ] I have followed the [Contributing Guidelines](CONTRIBUTING.md)
|
57 | 41 | * [ ] I have added tests or explained why they are not needed
|
58 | 42 | * [ ] I have updated relevant documentation (README, examples, etc.)
|
59 |
| -* [ ] I have followed the [Conventional Commits](https://www.conventionalcommits.org/) specification |
| 43 | +* [ ] My changes follow the [Conventional Commits](https://www.conventionalcommits.org/) specification |
60 | 44 | * [ ] My commits include appropriate [Gitmoji](https://gitmoji.dev/)
|
61 |
| -* [ ] My commits are squashed |
62 |
| - |
63 |
| ---- |
64 |
| - |
65 |
| -## 📎 Additional Context |
66 |
| - |
67 |
| -Add screenshots, diagrams, or any other information useful for the reviewer. |
68 |
| - |
69 |
| ---- |
70 |
| - |
71 |
| -## 🙏 Reviewer Notes |
72 | 45 |
|
73 |
| -<!-- Optional guidance for the reviewer, e.g., focus area, known tradeoffs --> |
| 46 | +## Additional Context |
74 | 47 |
|
75 |
| -*Please confirm that if this PR changes any image versions or dependencies, then that's the sole change this PR makes.* |
| 48 | +Add any additional context or screenshots if necessary. |
0 commit comments