Skip to content

Commit 2b814c7

Browse files
authored
Create pull request template for contributions
Added a pull request template to guide contributors in providing necessary information and tasks. Signed-off-by: Anycodes <service@52exe.cn>
1 parent 5c9439c commit 2b814c7

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
> Thank you for creating a pull request to contribute to Serverless Devs agentrun-sdk-python code! Before you open the request please answer the following questions to help it be more easily integrated. Please check the boxes "[ ]" with "[x]" when done too.
2+
> Please select one of the PR types below to complete
3+
4+
---------------------
5+
6+
## Fix bugs
7+
8+
**Bug detail**
9+
> The specific manifestation of the bug or the associated issue.
10+
11+
**Pull request tasks**
12+
- [ ] Add test cases for the changes
13+
- [ ] Passed the CI test
14+
15+
---------------------
16+
17+
## Update docs
18+
19+
**Reason for update**
20+
> Why do you need to update your documentation?
21+
22+
**Pull request tasks**
23+
- [ ] Update Chinese documentation
24+
- [ ] Update English documentation
25+
26+
---------------------
27+
28+
## Add contributor
29+
30+
**Contributed content**
31+
- [ ] Code
32+
- [ ] Document
33+
34+
**Content detail**
35+
```
36+
if content_type == 'code' || content_type == 'document':
37+
please tell us `PR url`,like: https://github.com/Serverless-Devs/agentrun-sdk-python/pull/1
38+
else:
39+
please describe your contribution in detail
40+
```
41+
42+
---------------------
43+
44+
## Others
45+
46+
**Reason for update**
47+
> Why do you need to update your documentation?

0 commit comments

Comments
 (0)