First off, thank you for considering contributing to our project. It's people like you that make this list useful and help the community grow.
We want contributing to this awesome list to be as simple as possible. Just follow these steps:
-
Fork the Repository
- Click the "Fork" button at the top-right corner of this page.
-
Clone Your Fork
- Clone your forked repository to your local machine:
git clone https://github.com/your-username/awesome-bug-bounty.git cd awesome-bug-bounty
- Clone your forked repository to your local machine:
-
Create a New Branch
- Create a new branch for your changes:
git checkout -b my-new-branch
- Create a new branch for your changes:
-
Make Your Changes
- Add your changes to the list. Make sure your additions are relevant, well-structured, and formatted properly.
-
Update
CONTRIBUTORS.md
- Add your name and GitHub profile link to the
CONTRIBUTORS.md
file:- [Your Name](https://github.com/your-username)
- Add your name and GitHub profile link to the
-
Commit Your Changes
- Commit your changes with a clear and descriptive commit message:
git add . git commit -m "Add [your change] to the list"
- Commit your changes with a clear and descriptive commit message:
-
Push to Your Fork
- Push your changes to your forked repository:
git push origin my-new-branch
- Push your changes to your forked repository:
-
Submit a Pull Request
- Go to the original repository and click the "New Pull Request" button.
- Ensure your branch is able to merge and submit your pull request.
- Ensure your contributions are relevant to bug bounty hunting.
- Follow the existing format and structure for consistency.
- Check your spelling and grammar.
- Ensure links are correct and working.
- Avoid duplicates; check if the item is already included.
Thank you for your contributions!
Please note we have a Code of Conduct. By participating, you agree to abide by its terms.