From f430d7a8548479e8040cdebd0b04a1b32205f2ae Mon Sep 17 00:00:00 2001 From: Tushar Nankani Date: Fri, 25 Sep 2020 00:15:51 +0530 Subject: [PATCH 1/3] upd, fix: links --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bf4ffcfe5..d795e4cab 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Scripts in python that scrape the web, create a bot or use an API to solve a pro ## Steps To Follow - Select an issue and ask to be *assigned* to it. -- Check existing scripts [project here.](https://github.com/AdityaJ7/Python_and_the_Web/tree/master/projects) +- Check existing scripts [project here.](https://github.com/Python-World/Python_and_the_Web) - **Star** the repository. -- On the [GitHub page for this repository](https://github.com/AdityaJ7/Python_and_the_Web), click on the Button "**Fork**". +- On the [GitHub page for this repository](https://github.com/Python-World/Python_and_the_Web), click on the Button "**Fork**". ![fork image](https://help.github.com/assets/images/help/repository/fork_button.jpg) - Create clone ***your forked repository*** on your local machine. ![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 - 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: ```bash - git remote add upstream https://github.com/AdityaJ7/Python_and_the_Web.git + git remote add upstream https://github.com/Python-World/Python_and_the_Web.git git fetch upstream git pull upstream master git push @@ -46,11 +46,11 @@ Scripts in python that scrape the web, create a bot or use an API to solve a pro - Checkout to development branch (*name your branch according to the issue name*). - ```basg + ```bash git checkout -b ``` -- Create a folder in [projects directory](https://github.com/chavarera/python-mini-projects/tree/master/projects) according to issue name. +- 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. - Write your code and add to the respective folder in the projects directory, locally. - 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) - 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 ## README Template for scripts -[README Template](https://github.com/AdityaJ/Python_and_the_Web/blob/master/README_TEMPLATE.md) +[README Template](https://github.com/Python-World/Python_and_the_Web/blob/master/README_TEMPLATE.md) ## Connect On Social media From d80afafbeecaa4449b63abdf9d770b7fcaca10a1 Mon Sep 17 00:00:00 2001 From: Tushar Nankani Date: Fri, 25 Sep 2020 00:19:32 +0530 Subject: [PATCH 2/3] upd2: links --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d1185042c..57f4d9605 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,6 +9,7 @@ Replace `issue_no` in the above line, with the issue related to this PR. ## Type of change Choosing one or more options from the following as per the nature of your Pull request. +- NOTE: *These boxes can be checked using **`[X]`*** - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) @@ -21,7 +22,7 @@ Please tick all the boxes that are fulfilled by your Pull Request. - [ ] My code follows the style guidelines of this project. - [ ] My Pull Request has a descriptive title. (not a vague title like `Update index.md`) - [ ] I have commented on my code, particularly in hard-to-understand areas. -- [ ] 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) +- [ ] 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) - [ ] I have included a requirements.txt file (if external libraries are required.) - [ ] My changes do not produce any warnings. - [ ] I have added a working sample/screenshot of the script. From 087e1cf04532da2660aed650667ec436b494e4ad Mon Sep 17 00:00:00 2001 From: Tushar Nankani Date: Fri, 25 Sep 2020 00:22:24 +0530 Subject: [PATCH 3/3] upd3: for first time contributors --- .github/ISSUE_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 7c1c5b5bf..780bb9abc 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,6 +3,7 @@ ## Type of issue +- NOTE: *These boxes can be checked using **`[X]`*** - [ ] Feature (New Script) - [ ] Bug