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 May 25, 2022. It is now read-only.
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
49
49
git push
50
50
```
51
51
- 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>
54
55
```
55
56
- Create a folder in [projects directory](https://github.com/chavarera/python-mini-projects/tree/master/projects) according to issue name.
56
57
- 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)
57
59
- Add the changes with `git add`, `git commit` ([write a good commit message](https://chris.beams.io/posts/git-commit/), if possible):
58
60
59
61
```bash
@@ -69,7 +71,7 @@ If you are new to Github and open source then, visit [here.](https://towardsdata
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.
0 commit comments