Skip to content

Commit e4d0077

Browse files
committed
chore: address PR review feedback on issue and PR templates
- Remove V2/V3 SDK version field from all issue templates - Update version examples to 3.2.0b1 (SDK) and 3.0.3 (Server) - Add checklist section to pull request template Signed-off-by: cxhello <caixiaohuichn@gmail.com>
1 parent f3c6db1 commit e4d0077

4 files changed

Lines changed: 8 additions & 13 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ assignees: ''
88

99
### Environment
1010

11-
- **SDK Version**: (e.g., V2 / V3)
12-
- **SDK Package Version**: (e.g., 2.0.5)
11+
- **SDK Package Version**: (e.g., 3.2.0b1)
1312
- **Python Version**: (e.g., 3.10 / 3.12 / 3.13)
14-
- **Nacos Server Version**: (e.g., 2.4.0)
13+
- **Nacos Server Version**: (e.g., 3.0.3)
1514
- **OS**: (e.g., Ubuntu 22.04 / macOS 15 / Windows 11)
1615

1716
### Describe the Bug

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ labels: enhancement
66
assignees: ''
77
---
88

9-
### SDK Version
10-
11-
- [ ] V2
12-
- [ ] V3
13-
- [ ] Both
14-
159
### Description
1610

1711
A clear and concise description of the feature you'd like.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ labels: question
66
assignees: ''
77
---
88

9-
### SDK Version
10-
11-
V2 / V3
12-
139
### Description
1410

1511
A clear and concise description of your question.

.github/pull_request_template.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@
1919
### How has this been tested?
2020

2121
<!-- Describe the testing you have done. -->
22+
23+
### Checklist
24+
25+
- [ ] Unit tests added/updated
26+
- [ ] Documentation updated (if needed)
27+
- [ ] No breaking changes (or described above)

0 commit comments

Comments
 (0)