Update README.md

Updated link to Contributing Guide
This commit is contained in:
Raymond 2023-09-27 14:22:42 +08:00 committed by GitHub
parent 3108d05d03
commit 4349052676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ You can contribute by adding new scripts, improving current scripts or Documenta
## Here are the steps to Make contribute 👣 ## Here are the steps to Make contribute 👣
- [x] Take a look at [Contributing Guide](https://github.com/metafy-social/daily-python-scripts/blob/master/CONTRIBUTING.md) (Necessary) - [x] Take a look at [Contributing Guide](https://github.com/metafy-social/python-scripts/blob/master/CONTRIBUTING.md) (Necessary)
- [x] Create an issue for making any change to code. when issue will be approve you can make a change. - [x] Create an issue for making any change to code. when issue will be approve you can make a change.
- [x] Pull latest change from upstream branch before starting the changing code. - [x] Pull latest change from upstream branch before starting the changing code.
- [x] Add your file in proper folder(lowercase) with README.md in it. Add requirements.txt if needed. - [x] Add your file in proper folder(lowercase) with README.md in it. Add requirements.txt if needed.