Open migueltc13 opened 1 year ago
Hello, this is my first experience with open source contributions. Would really appreciate it if you explained exactly what is needed to be done.
I would love to work on this issue.
Thanks in advance! :)
Hello, this is my first experience with open source contributions. Would really appreciate it if you explained exactly what is needed to be done.
I would love to work on this issue.
Thanks in advance! :)
Hi @anushkabishnoi 👋
Sure, I'd be happy to help you get started with open source contributions!
To get started, you can search for "TryHackMe free rooms" and follow the instructions provided above to add the found rooms.
The current objective is completing the README.md
file with new and free TryHackMe rooms.
Best regards
Hi, GitHub community!
We're looking for new contributors for this project. Simple stuff, perfect for newcomers interested in cybersecurity!
How to contribute
Currently, this repository contains a TryHackMe free learning path located in the README.md file.
Once you find new free rooms you can submit them by adding a line like this to the README.md:
- [ ] [ROOM_NAME](https://tryhackme.com/room/ROOM_NAME)
Then you can create a new pr including the updates.
Click here for example
## Example **Let's say we wanted to add the following room: [RustScan](https://tryhackme.com/room/rustscan)** **1. Requirements:** - [x] Free room - [x] New room (no other references at README.md) **2. Now choose a category for the room you want to add from the following:** ``` - [ ] Level 1 - Intro + Introductory CTFs - [x] Level 2 - Tooling + More introductory CTFs - [ ] Level 3 - Crypto & Hashes with CTF practice - [ ] Level 4 - Web - [ ] Level 5 - Reverse Engineering - [ ] Level 6 - Networking - [ ] Level 7 - PrivEsc - [ ] Level 8 - CTF practice - [ ] Level 9 - Windows - [ ] Other rooms and events ``` **Hint:** Leave a comment on this issue page if you are not sure which category to choose. **3. Do the steps mentioned above in: [How to contribute](#contribute)** ``` ## Level 2 - Tooling (...) - [ ] [RustScan](https://tryhackme.com/room/rustscan) ```More on how to contribute to open source projects here.