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
+40-8Lines changed: 40 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,7 @@ 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
-
15
-
## Have you read the [Contributing Guidelines on Pull Requests](https://github.com/avinashkranjan/Amazing-Python-Scripts/blob/master/CONTRIBUTING.md)?
16
-
17
-
-[ ] Yes
18
-
-[ ] No
13
+
<!-- Replace `issue_no` with the issue number which is fixed in this PR -->
19
14
20
15
## Type of change
21
16
@@ -34,5 +29,42 @@ _Please delete options that are not relevant._
34
29
-[ ] I have commented my code, particularly in hard-to-understand areas
35
30
-[ ] I have created a helpful and easy to understand `README.md`
36
31
-[ ] My documentation follows [`Template for README.md`](https://github.com/avinashkranjan/Amazing-Python-Scripts/blob/master/Template%20for%20README.md)
37
-
-[ ] My changes generate no new warnings
38
-
-[ ] I have added tests/screenshots(if any) that prove my fix is effective or that my feature works.
32
+
-[ ] I have added the project meta data in the PR template.
33
+
-[ ] I have created the ``requirements.txt`` file if needed.
34
+
35
+
## Project Metadata
36
+
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 none in ``Requirments``.
40
+
41
+
Category:
42
+
-[ ] Calculators
43
+
-[ ] AI/ML
44
+
-[ ] Scrappers
45
+
-[ ] Social_Media
46
+
-[ ] PDF
47
+
-[ ] Image_Processing
48
+
-[ ] Video_Processing
49
+
-[ ] Games
50
+
-[ ] Networking
51
+
-[ ] OS_Utilities
52
+
-[ ] Automation
53
+
-[ ] Cryptography
54
+
-[ ] Computer_Vision
55
+
-[ ] Fun
56
+
-[ ] Others
57
+
58
+
Title: \<write script title here\>
59
+
60
+
Folder: \<type the folder name that contains your script\>
61
+
62
+
Requirments: \<type the name of text file containing the required to install python packages, type None if no file required\>
63
+
64
+
Script: \<Enter the name of the ``.py`` file (The main entry point of the program)\>
65
+
66
+
Arguments: \<enter any arguments that the script needs but `-` separeted like: h-c-m\>
67
+
68
+
Contributor: \<Enter your Github handle/username without url\>
69
+
70
+
Description: \<Enter a one line description that describes your script. Also, explain the arguments usage here\>
0 commit comments