File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
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)>
Original file line number Diff line number Diff line change @@ -72,8 +72,9 @@ Run `pip install ptrlib` or `python setup.py install`.
72
72
[ ptr-yudai] ( https://github.com/ptr-yudai )
73
73
74
74
## Contributor
75
+ Feel free to make a pull request / issue :)
75
76
76
77
- [ theoremoon] ( https://github.com/theoremoon )
77
- - Added several cryptography functions
78
+ - Added/fixed several cryptography functions
78
79
- Added buffering of Socket/Process
79
80
- Added status check (CI test)
You can’t perform that action at this time.
0 commit comments