ONLY FOR FIRST YEARS
- This event is all about finding and fixing bugs in code files.
- The goal is to find as many bugs as possible and fix them.
- The participants who finds and fixes the highest number of bugs will be winning exciting prizes.
- Fork the repository on GitHub Web Page
- Clone the forked repository in your local machine using
git clone https://github.com/{your-username}/bug-hunt-junior.git
- You are given codes with
C/C++ and Python
language. - Check the code files for bugs.
- Once you find a bug, report the bug and propose a solution by raising the Issue on the Main repo (NOT ON THE FORKED REPO).
- Stick to the following format for writing an Issue,
Team Name : [write the team name here]
File Name : [follow exact naming/path of file given in repo]
Bug Description : [what is the bug and where it is?]
Solution : [write a brief solution about fixing this bug]
- Go to Online Encryption Website and Write your Issue text.
- Once you are done writing,
- Encrypt the text
- Copy the Encrypted text
- Open New Issue
- Choose the Format
Bug Report
- Paste Encrypted text to Issue and Submit 🎉
- Keep updating your local codes with Bug fixes and whenever you find a bug, report it using the Issue.
- At the end of the event you will be asked to raise a Pull Request of your Bug Fixes.
🤖 Happy Hunting :)