Hacktoberfest is a month-long celebration of open source software run by DigitalOcean in partnership with GitHub. Hacktoberfest is open to everyone in our global community! You just need to make four contributions to open source before October 31 and can receive a free Hacktoberfest t-shirt.
Tasks are available in HTML, C#, Python languages. You can choose any language and patch any amount of bugs. But the minimum is 1 patch per repository. Which means you have to patch at least one bug for all 4 repositories (4 tasks).
The Task-1, Task-2, Task-3, Task-4 files have some bugs to be patched. Tasks are in 4 different repositories (Check below links).
Fork the repository
Find a bug (Enlosed within <!-- Bug Start #000 --> and <!-- Bug End --> OR /* Bug Start #000 */ and /* Bug End */ OR # Bug Start #000 and # Bug End)
Patch/Correct the bug (Do not remove <!-- Bug Start #000 --> and <!-- Bug End --> OR /* Bug Start #000 */ and /* Bug End */ OR # Bug Start #000 and # Bug End)
Make a pull request (Include the Bug ID you're patching in request title Ex: Patch for #000)
Important
Remember: 1 pull request = 1 bug
You have ONLY to send 4 pull requests. Which means 4 bugs. (1 bug per 1 pull request AND 1 pull request from 1 file)
Keep in mind - You cannot fix same bug in each task.
Ex: If you patch the bug #001 of Task-1, you're not allowed to patch the same bug #001 of the Task-2 or Task-3 or Task-4. Doing so will disqualify you from the competition.
请发表评论