You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ Please include a summary of the change and which issue is fixed. List any depend
10
10
11
11
## Fixes #(issue_no)
12
12
13
+
<!-- Replace `issue_no` with the issue number which is fixed in this PR -->
14
+
13
15
## Type of change
14
16
15
17
_Please delete options that are not relevant._
@@ -28,10 +30,13 @@ _Please delete options that are not relevant._
28
30
-[ ] I have created a helpful and easy to understand `README.md`
29
31
-[ ] My documentation follows [`Template for README.md`](https://github.com/avinashkranjan/Amazing-Python-Scripts/blob/master/Template%20for%20README.md)
30
32
-[ ] I have added the project meta data in the PR template.
33
+
-[ ] I have created the ``requirements.txt`` file if needed.
31
34
32
35
## Project Metadata
33
36
34
-
`` If there is nothing to fill with, then type: none ``
37
+
`` If there is no-file/nothing to fill the below fields with, then type: none ``
38
+
39
+
`` Example: `` If no requirements.txt needed/present then type in ``Requirments`` none => ``Requirments: none``
35
40
36
41
Category:
37
42
-[ ] Calculators
@@ -50,16 +55,16 @@ Category:
50
55
-[ ] Fun
51
56
-[ ] Others
52
57
53
-
Title: \<write scrip title here\>
58
+
Title: \<write script title here\>
54
59
55
60
Folder: \<type the folder name that contains your script\>
56
61
57
-
Requirments: \<type the name of text file containing the required to install python packages\>
62
+
Requirments: \<type the name of text file containing the required to install python packages, type None if no file required\>
58
63
59
-
Script: \<Enter the name of the ``.py`` file\>
64
+
Script: \<Enter the name of the ``.py`` file (The main entry point of the program)\>
60
65
61
66
Arguments: \<enter any arguments that the script needs but `-` separeted like: h-c-m\>
62
67
63
-
Contributor: \<Enter your Github handle/username\>
68
+
Contributor: \<Enter your Github handle/username without url\>
64
69
65
-
Description: \<Enter a one line description that describes your script\>
70
+
Description: \<Enter a one line description that describes your script. Also, explain the arguments usage here\>
0 commit comments