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
{{ message }}
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Replace `issue_no` in the above line, with the issue related to this PR.
9
9
## Type of change
10
10
11
11
Choosing one or more options from the following as per the nature of your Pull request.
12
+
- NOTE: *These boxes can be checked using **`[X]`***
12
13
13
14
-[ ] Bug fix (non-breaking change which fixes an issue)
14
15
-[ ] New feature (non-breaking change which adds functionality)
@@ -21,7 +22,7 @@ Please tick all the boxes that are fulfilled by your Pull Request.
21
22
-[ ] My code follows the style guidelines of this project.
22
23
-[ ] My Pull Request has a descriptive title. (not a vague title like `Update index.md`)
23
24
-[ ] I have commented on my code, particularly in hard-to-understand areas.
24
-
-[ ] I have created a helpful and easy to understand `README.md`, according to the given [`README_TEMPLATE.`](https://github.com/AdityaJ7/Python_and_the_Web/blob/master/README_TEMPLATE.md)
25
+
-[ ] I have created a helpful and easy to understand `README.md`, according to the given [`README_TEMPLATE.`](https://github.com/Python-World/Python_and_the_Web/blob/master/README_TEMPLATE.md)
25
26
-[ ] I have included a requirements.txt file (if external libraries are required.)
26
27
-[ ] My changes do not produce any warnings.
27
28
-[ ] I have added a working sample/screenshot of the script.
@@ -36,7 +36,7 @@ Scripts in python that scrape the web, create a bot or use an API to solve a pro
36
36
- Before you make any changes, [keep your fork in sync](https://www.freecodecamp.org/news/how-to-sync-your-fork-with-the-original-git-repository/) to avoid merge conflicts:
@@ -46,11 +46,11 @@ Scripts in python that scrape the web, create a bot or use an API to solve a pro
46
46
47
47
- Checkout to development branch (*name your branch according to the issue name*).
48
48
49
-
```basg
49
+
```bash
50
50
git checkout -b <branch-name>
51
51
```
52
52
53
-
- Create a folder in[projects directory](https://github.com/chavarera/python-mini-projects/tree/master/projects) according to issue name.
53
+
- Create a folder inone of the folders in the [Scripts' directory](https://github.com/Python-World/Python_and_the_Web/tree/master/Scripts) according to issue name.
54
54
- Write your code and add to the respective folder in the projects directory, locally.
55
55
- Don't forget to add a `README.md`in your folder, according to the [README_TEMPLATE.](https://github.com/chavarera/python-mini-projects/blob/master/README_TEMPLATE.md)
56
56
- Add the changes with `git add`, `git commit` ([write a good commit message](https://chris.beams.io/posts/git-commit/), if possible):
@@ -75,7 +75,7 @@ Scripts in python that scrape the web, create a bot or use an API to solve a pro
0 commit comments