Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ A collection of simple python mini projects to enhance your Python skills.
- Check existing scripts.
- **Star** the repository.
- On the GitHub page for this repository, 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)


For example, run this command inside your terminal:

```bash
Expand Down Expand Up @@ -53,8 +54,6 @@ A collection of simple python mini projects to enhance your Python skills.

- Go to the GitHub page of _your fork_, and **make a pull request**:

![pull request image](https://help.github.com/assets/images/help/pull_requests/choose-base-and-compare-branches.png)

Read more about pull requests on the [GitHub help pages](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).
- Now wait, until one of us *reviews your Pull Request*! If there are any conflicts, you will get a notification.

Expand Down