Skip to content

Commit dfe5c18

Browse files
committed
[FEATURE] Update PR Templates
1 parent 920ef4b commit dfe5c18

File tree

4 files changed

+66
-166
lines changed

4 files changed

+66
-166
lines changed

.github/PULL_REQUEST_TEMPLATE/add_feature.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/bug_fix.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/documentation.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
<!--
2+
⚠️ YOUR PULL REQUEST TITLE SHOULD BE IN THE FOLLOWING FORMAT ⚠️:
3+
4+
1. [FEATURE] ... (for adding a new feature)
5+
2. [FIX] ... (for fixing a bug)
6+
3. [TEST] ... (for adding tests)
7+
4. [REFACTOR] ... (for refactoring the code)
8+
5. [IMPROVE] ... (for any improvements not fitting in the above categories)
9+
5. [DOC] ...(for modifying the documentation)
10+
-->
11+
12+
## 1. PR Description
13+
14+
<!--
15+
A clear and concise description of what your pull request is.
16+
-->
17+
18+
## 2. Related Issue and PR
19+
20+
<!--
21+
If your PR is related to an issue or a pull request, please link it here.
22+
23+
If you are sure a related issue or PR can be closed after merging this pull
24+
request, use the keyword `closes` in front of the issue or PR number.
25+
26+
For example:
27+
28+
- closes #123
29+
- closes #124
30+
-->
31+
32+
## 3. Test
33+
34+
<!--
35+
If you modified the code, please provide the steps to test the feature.
36+
-->
37+
38+
### 3.1. Environment
39+
40+
<!--
41+
For example:
42+
43+
| Software | Version |
44+
| -------------------- | --------------------- |
45+
| OS / Docker Image | nvidia/cuda:latest |
46+
| Compiler | g++ 13.3.0; cuda 12.6 |
47+
| Other Softwares | |
48+
-->
49+
50+
| Software | Version |
51+
| -------------------- | ------- |
52+
| OS / Docker Image | |
53+
| Compiler | |
54+
| Other Softwares | |
55+
56+
### 3.2. Steps to Test
57+
58+
<!-- Describe the steps to test the feature. -->
59+
60+
### 3.3. Test Results
61+
62+
<!-- Add the test results here. -->
63+
64+
## 4. Additional Context
65+
66+
<!-- Add any other context or screenshots about the feature request here. -->

0 commit comments

Comments
 (0)