Thank you for considering contributing to Trap Stealer! We welcome your contributions to help make this project even better. Before you get started, please take a moment to read the following guidelines.
- Fork the repository to your GitHub account.
- Create a new branch for your contribution:
git checkout -b feature/your-contribution
. - Make your changes, whether it's bug fixes, new features, or documentation improvements.
- Ensure your code follows our coding style and conventions.
- Make meaningful, well-documented commits.
- Push your changes to your fork:
git push origin feature/your-contribution
. - Create a Pull Request (PR) to the main repository.
- Clearly describe your changes and why they are valuable.
- Engage in the discussion with the maintainers. Be ready to make changes based on their feedback.
If you're not sure how to set up the development environment, please refer to the project's documentation or README.md
for specific instructions.
If you encounter issues or want to suggest enhancements, please create a new issue in the [Issues](link to the project's Issues) section. Be clear and provide as much information as possible.
By contributing to this project, you agree that your contributions will be licensed under the project's [License](link to the project's License).
We appreciate your contributions and your support in making this project a success. Thank you for being part of our community!
Happy coding!