|
17 | 17 |
|
18 | 18 | # How to start
|
19 | 19 |
|
20 |
| -* Well it's quite simple just thought of any Idea that can be automated |
21 |
| -* Equip your weapon, I mean Python and required libraries 😂 (**[Refer here](https://automatetheboringstuff.com/)** for some basic guides to enhance Python language) |
22 |
| -* Yess That's all you need 😋 |
| 20 | +* Well it's quite simple, just think of any idea that can be automated |
| 21 | +* Install Python and required libraries 😂 (**[Refer here](https://automatetheboringstuff.com/)** for some basic guides to enhance Python language) |
| 22 | +* That's all you need 😋 |
23 | 23 |
|
24 | 24 | ## Hacktoberfest 2022 Update
|
25 | 25 |
|
|
30 | 30 |
|
31 | 31 | <h1 align=center> How to Contribute 🤔 </h1>
|
32 | 32 |
|
33 |
| -You can contribute by adding new scripts, improving current scripts or Documentation. Here are some Instructions before making a Pull Request |
| 33 | +You can contribute by adding new scripts, improving current scripts or documentation. Read the below instructions before making a pull request. |
34 | 34 |
|
35 |
| -## Here are the steps to Make contribute 👣 |
| 35 | +## Contributing 👣 |
36 | 36 |
|
37 | 37 | - [x] Take a look at [Contributing Guide](https://github.com/metafy-social/daily-python-scripts/blob/master/CONTRIBUTING.md) (Necessary)
|
38 |
| -- [x] Create an issue for making any change to code. when issue will be approve you can make a change. |
39 |
| -- [x] Pull latest change from upstream branch before starting the changing code. |
| 38 | +- [x] Create an issue for making any change to code. when the issue is approved you can make a change. |
| 39 | +- [x] Pull the latest change from the upstream branch before starting the changing code. |
40 | 40 | - [x] Add your file in proper folder(lowercase) with README.md in it. Add requirements.txt if needed.
|
41 | 41 | - [x] Please use flake8 linting in your code (See below to check flake8 linting)
|
42 | 42 |
|
@@ -741,4 +741,4 @@ Thanks a lot for spending your time helping! Keep rocking 🍻
|
741 | 741 | </a>
|
742 | 742 | </td></tr>
|
743 | 743 | </table>
|
744 |
| -<!-- readme: contributors -end --> |
| 744 | +<!-- readme: contributors -end --> |
0 commit comments