Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit a944059

Browse files
authored
Merge pull request #3 from tusharnankani/patch-1
upd, fix: links
2 parents 6d54b87 + 087e1cf commit a944059

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<!-- Please include a summary of the issue.-->
44

55
## Type of issue
6+
- NOTE: *These boxes can be checked using **`[X]`***
67

78
- [ ] Feature (New Script)
89
- [ ] Bug

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Replace `issue_no` in the above line, with the issue related to this PR.
99
## Type of change
1010

1111
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]`***
1213

1314
- [ ] Bug fix (non-breaking change which fixes an issue)
1415
- [ ] New feature (non-breaking change which adds functionality)
@@ -21,7 +22,7 @@ Please tick all the boxes that are fulfilled by your Pull Request.
2122
- [ ] My code follows the style guidelines of this project.
2223
- [ ] My Pull Request has a descriptive title. (not a vague title like `Update index.md`)
2324
- [ ] 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)
2526
- [ ] I have included a requirements.txt file (if external libraries are required.)
2627
- [ ] My changes do not produce any warnings.
2728
- [ ] I have added a working sample/screenshot of the script.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Scripts in python that scrape the web, create a bot or use an API to solve a pro
1717
## Steps To Follow
1818

1919
- Select an issue and ask to be *assigned* to it.
20-
- Check existing scripts [project here.](https://github.com/AdityaJ7/Python_and_the_Web/tree/master/projects)
20+
- Check existing scripts [project here.](https://github.com/Python-World/Python_and_the_Web)
2121
- **Star** the repository.
22-
- On the [GitHub page for this repository](https://github.com/AdityaJ7/Python_and_the_Web), click on the Button "**Fork**".
22+
- On the [GitHub page for this repository](https://github.com/Python-World/Python_and_the_Web), click on the Button "**Fork**".
2323
![fork image](https://help.github.com/assets/images/help/repository/fork_button.jpg)
2424
- Create clone ***your forked repository*** on your local machine.
2525
![code ui](https://docs.github.com/assets/images/help/repository/code-button.png)
@@ -36,7 +36,7 @@ Scripts in python that scrape the web, create a bot or use an API to solve a pro
3636
- 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:
3737

3838
```bash
39-
git remote add upstream https://github.com/AdityaJ7/Python_and_the_Web.git
39+
git remote add upstream https://github.com/Python-World/Python_and_the_Web.git
4040
git fetch upstream
4141
git pull upstream master
4242
git push
@@ -46,11 +46,11 @@ Scripts in python that scrape the web, create a bot or use an API to solve a pro
4646

4747
- Checkout to development branch (*name your branch according to the issue name*).
4848

49-
```basg
49+
```bash
5050
git checkout -b <branch-name>
5151
```
5252

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 in one of the folders in the [Scripts' directory](https://github.com/Python-World/Python_and_the_Web/tree/master/Scripts) according to issue name.
5454
- Write your code and add to the respective folder in the projects directory, locally.
5555
- 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)
5656
- 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
7575

7676
## README Template for scripts
7777

78-
[README Template](https://github.com/AdityaJ/Python_and_the_Web/blob/master/README_TEMPLATE.md)
78+
[README Template](https://github.com/Python-World/Python_and_the_Web/blob/master/README_TEMPLATE.md)
7979

8080
## Connect On Social media
8181

0 commit comments

Comments
 (0)