Skip to content

Commit c41053d

Browse files
author
Yudai FUJIWARA
committed
Added PR template
1 parent 7ef2c00 commit c41053d

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.github/pull_request_template.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# \<Title of Your Pull Request>
2+
## What's this Pull Request for?
3+
Choose one or more of the following items.
4+
5+
- [ ] Bug fix
6+
- [ ] Add/Remove feature
7+
- [ ] Cleaning code (including optimization/typo fix)
8+
- [ ] Others
9+
10+
Please explain the detail here:
11+
\<Detail of your PR>
12+
13+
## What have you done so far?
14+
Tell me what you've tested to assure your change is right.
15+
16+
- [ ] All tests passed on your machine (`python -m unittest`)
17+
- [ ] Added test cases for new feature
18+
- [ ] Nothing / Test not required
19+
20+
(It's not mandatory to check even one of them, but test cases make it easy for the author to review your PR.)
21+
22+
## Comment
23+
\<Your Comment (if any)>

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ Run `pip install ptrlib` or `python setup.py install`.
7272
[ptr-yudai](https://github.com/ptr-yudai)
7373

7474
## Contributor
75+
Feel free to make a pull request / issue :)
7576

7677
- [theoremoon](https://github.com/theoremoon)
77-
- Added several cryptography functions
78+
- Added/fixed several cryptography functions
7879
- Added buffering of Socket/Process
7980
- Added status check (CI test)

0 commit comments

Comments
 (0)