Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 97bc420

Browse files
Update README.md
1 parent a00fba4 commit 97bc420

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you are new to Github and open source then, visit [here.](https://towardsdata
2828
- **Star** the repository.
2929
- On the [GitHub page for this repository](https://github.com/chavarera/python-mini-projects), click on the Button "**Fork**".
3030
![fork image](https://help.github.com/assets/images/help/repository/fork_button.jpg)
31-
- Create clone *your forked repository* on your local machine.
31+
- Create clone ***your forked repository*** on your local machine.
3232
![code ui](https://docs.github.com/assets/images/help/repository/code-button.png)
3333

3434
For example, run this command inside your terminal:
@@ -49,11 +49,13 @@ If you are new to Github and open source then, visit [here.](https://towardsdata
4949
git push
5050
```
5151
- If you run into a **merge conflict**, you have to resolve the conflict. There are a lot of guides online, or you can try this one by [opensource.com](https://opensource.com/article/20/4/git-merge-conflict).
52-
- Checkout to development branch (Name your branch according to the issue name).
53-
```git checkout -b <branch-name>
52+
- Checkout to development branch (*name your branch according to the issue name*).
53+
```basg
54+
git checkout -b <branch-name>
5455
```
5556
- Create a folder in [projects directory](https://github.com/chavarera/python-mini-projects/tree/master/projects) according to issue name.
5657
- Write your code and add to the respective folder in the projects directory, locally.
58+
- 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)
5759
- Add the changes with `git add`, `git commit` ([write a good commit message](https://chris.beams.io/posts/git-commit/), if possible):
5860
5961
```bash
@@ -69,7 +71,7 @@ If you are new to Github and open source then, visit [here.](https://towardsdata
6971
![pull request image](https://help.github.com/assets/images/help/pull_requests/choose-base-and-compare-branches.png)
7072
7173
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).
72-
- Now wait, until one of us reviews your Pull Request! If there are any conflicts, you will get a notification.
74+
- Now wait, until one of us *reviews your Pull Request*! If there are any conflicts, you will get a notification.
7375
7476
## README Template for scripts
7577

0 commit comments

Comments
 (0)