Thank you for considering contributing to LFI-fuzz3r! We appreciate your interest in making our project better.
- Make sure you have a GitHub account.
- Fork the repository on GitHub.
- Clone your forked repository:
git clone https://github.com/3rr0r-505/LFI-fuzz3r.git
- Navigate to the project directory:
cd LFI-fuzz3r
If you find a bug, have a question, or want to suggest a new feature, you can create an issue on GitHub:
- Go to the Issues section.
- Click the "New Issue" button.
- Provide a descriptive title and detailed description.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/my-feature
-
Make your changes and commit them:
git commit -m "Add my feature"
-
Push your changes to your fork:
git push origin feature/my-feature
-
Open a pull request (PR):
- Go to the Pull Requests section.
- Click the "New Pull Request" button.
- Select your branch and the main repository's main branch.
- Provide a descriptive title and detailed description of your changes.
- Follow the existing code style and conventions.
- Write clear and concise commit messages.
- Keep your code clean and well-documented.
By contributing to NetWhisper, you agree that your contributions will be licensed under the Apache License 2.0.
If you have any questions or need further assistance, feel free to reach out in the Issues section.