mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
readme updated
This commit is contained in:
parent
ef71330668
commit
2346973d90
36
HACKTOBERFEST.md
Normal file
36
HACKTOBERFEST.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
<h1 align="center"> 🎃 HacktoberFest-2022 🎃</h1>
|
||||
|
||||
![Opensource](https://img.shields.io/badge/openSource-%E2%9D%A4-blue) ![PR](https://img.shields.io/badge/PRs-welcome-green) ![hacktoberfest](https://img.shields.io/badge/Hacktoberfest-2021-red) ![friendly](https://img.shields.io/badge/beginner-friendly-l)
|
||||
|
||||
# What is HacktoberFest?
|
||||
|
||||
Hacktoberfest is a month long event where people are awarded for contributing to open source projects 🙌, and we're joining the party .Hosted by DigitalOcean for the 8th year in a row, Hacktoberfest encourages participation in giving back to the open source community by completing pull requests, participating in events, and donating to open source projects.
|
||||
|
||||
# More details
|
||||
|
||||
Hacktoberfest is open to everyone in our global community. Whether you’re a seasoned contributor or looking for projects to contribute to for the first time, you’re welcome to participate.
|
||||
|
||||
Pull requests can be made in any participating GitHub or GitLab hosted repository/project. Look for the 'hacktoberfest' topic to know if a repository/project is participating in Hacktoberfest. Pull requests must be approved by a maintainer of the repository/project to count.
|
||||
|
||||
You can sign up anytime between October 1 and October 31. Just be sure to sign up on the official Hacktoberfest website for your pull requests to count.
|
||||
|
||||
# Rules for participation
|
||||
|
||||
* Pull requests can be submitted to any opted-in repository on GitHub or GitLab.
|
||||
* The pull request must contain commits you made yourself.
|
||||
* If a maintainer reports your pull request as spam, it will not be counted toward your participation in Hacktoberfest.
|
||||
* If a maintainer reports behavior that’s not in line with the project’s code of conduct, you will be ineligible to participate.
|
||||
* To get a shirt, you must make four approved pull requests (PRs) on opted-in projects between October 1-31 in any time zone.
|
||||
* This year, the first 55,000 participants can earn a T-shirt.
|
||||
|
||||
# Quality Guidelines
|
||||
|
||||
* Pull requests that are automated e.g. scripted opening pull requests to remove whitespace / fix typos / optimize images.
|
||||
* Pull requests that are disruptive e.g. taking someone else's branch/commits and making a pull request.
|
||||
* Pull requests that are regarded by a project maintainer as a hindrance vs. helping.
|
||||
* Something that's clearly an attempt to simply +1 your pull request count for October.
|
||||
* Last but not least, one pull request to fix a typo is fine, but 5 pull requests to remove a stray whitespace is not.
|
||||
|
||||
### Note
|
||||
|
||||
**A pull request is considered approved once it has an overall approving review from maintainers, or has been merged by maintainers, or has been given the 'hacktoberfest-accepted' label. A pull request with any label containing the word 'spam' or 'invalid' will be considered ineligible for Hacktoberfest.**
|
50
README.md
50
README.md
|
@ -21,42 +21,13 @@
|
|||
* Equip your weapon, I mean Python and required libraries 😂 (**[Refer here](https://pyarmy.com/tag/python/)** for some basic guides to enhance Python language)
|
||||
* That's all you need 😋
|
||||
|
||||
## Hacktoberfest 2021 Update
|
||||
|
||||
- Scripts so far - `229`
|
||||
## Hacktoberfest 2022 Update
|
||||
|
||||
**See full details and guidelines on**
|
||||
* [Hacktober cheasheat](https://github.com/metafy-social/daily-python-scripts/blob/main/HACKTOBERFEST.md)
|
||||
* [Official website](https://hacktoberfest.digitalocean.com/resources)
|
||||
|
||||
|
||||
## Updates 2020:
|
||||
1. **Thanks for all contributors my panda stopped cycling now 🛴**
|
||||
2. **Cheers to all, our panda removed exercise from daily schedule 🤸♂️**
|
||||
3. **Moving forward we achieve our next goal, now our panda doesn't play any outdoor game anymore 🏌️♂️**
|
||||
4. **Goals of 2020 completed, Panda now hired a maid to clean his house :)**
|
||||
|
||||
## Updates 2021
|
||||
|
||||
And it's okay if you're not aware of process. Kindly raise query by creating pull request (In query template). Here is the link for that how to create a pull request in other's Repo
|
||||
|
||||
[How to create pull request](https://opensource.com/article/19/7/create-pull-request-github)
|
||||
|
||||
### These are my Lazy Panda Goals
|
||||
|
||||
* Goal 25 - Panda stopped Cycling
|
||||
* Goal 50 - Panda stopped doing Exercise
|
||||
* Goal 75 - Panda stopped Playing outdoor games
|
||||
* Goal 100 - Panda hired someone for cleaning house
|
||||
|
||||
* Goal 125 - Panda now have own vehicle to travel
|
||||
* Goal 150 - Panda have enough support now, so he started eating food outside
|
||||
* Goal 175 - On the way, now Panda decide to bathe alternatively 😂
|
||||
* Goal 200 - Moving ahead, Panda is now using online ecom platform to buy things
|
||||
* Goal 225 - Panda now lazy enough to order the food instead of going outside
|
||||
|
||||
**Leave a star => Contribution in arranging Food for panda 😴**
|
||||
|
||||
<h1 align=center> How to Contribute 🤔 </h1>
|
||||
|
||||
You can contribute by adding new scripts, improving current scripts or Documentation. Here are some Instructions before making a Pull Request
|
||||
|
@ -68,22 +39,3 @@ You can contribute by adding new scripts, improving current scripts or Documenta
|
|||
- [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] Please use flake8 linting in your code (See below to check flake8 linting)
|
||||
|
||||
### How to check flake8 linting
|
||||
|
||||
|
||||
* Option 1: Set up locally, Download flake8 linter and check (as shown in figure below)
|
||||
![carbon (1)](https://user-images.githubusercontent.com/42181691/135052274-49d6f2be-04c0-4bf7-9c25-b734b8db6f3c.png)
|
||||
* Option 2: Go to [PEP8 online](http://pep8online.com/) , paste your code and check the format it correctly
|
||||
*
|
||||
**It's better to go with option 2 always**
|
||||
|
||||
**Typo fixed/ minor change in docs not marked as contribution. If you're not aware of process kindly raise a query in formal manner :)**
|
||||
|
||||
<h1 align=center> Wonderful Contributors ✨ </h1>
|
||||
|
||||
Thanks goes to these wonderful people 😊
|
||||
|
||||
<a href="https://github.com/metafy-social/daily-python-scripts/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=metafy-social/daily-python-scripts" />
|
||||
</a>
|
Loading…
Reference in New Issue
Block a user