/Cyber-Explore

This only Education Purpose

MIT LicenseMIT

Welcome to Cyber Explore 2022 Public Repository. πŸ‘¨πŸ»β€πŸ’»

✨This only Education Purpose. ✨Here are some papers I found. They are not separated, they are all together.

🀝 How to contribute?

You can contribute to the project on github. Here's how you can do it.

  1. Fork the repository
  2. Clone it on your local machine
  git clone https://github.com/<YOUR_USERNAME>/Cyber-Explore.git
  1. Create a branch which includes your name (i.e. Nufri or nufri-feature-dev) and checkout. (See the guide for the more details Link)
git checkout -b feature/<BRANCH_NAME>
  1. Write your code/make changes
  2. Review everything, commit and push to your branch on your forked repository
git add .
git commit -m "<Commit message>"
git push --set-upstream origin feature/<BRANCH_NAME>

  1. Create a pull request from your branch to the main branch on the base repository (See the guide for more details Link) and requesting a pull request review. (See the guide for the more details Link)

  2. Your contribution will be reviewed and merged with the main repository πŸ™Œ


🌱 Contributors


Good Luck!