Skip to content

EdviconEdu/Hacktoberfest2020-Task4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest

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.

Read more

Step 1: Register or login to github. https://github.com

Step 2: Register to Hacktoberfest. https://hacktoberfest.digitalocean.com

Step 3: Contribute to these four repositories , check instructions to contribute in each repositories.

Happy Hacking !!!!!!!

Read the following Instructions

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).

  1. Fork the repository
  2. 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)
  3. 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)
  4. 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)
  • Use 1 task file for 1 pull request

Ex:

Website you're going to patch