Thank you for your interest in contributing to ByePass! We welcome all contributions, whether it's reporting a bug, suggesting an enhancement, improving documentation, or submitting a pull request.
- Click the Fork button at the top-right corner of this repository.
git clone https://github.com/your-username/byepass.git
cd byepass
Make your changes in a feature or bugfix branch:
git checkout -b feature/your-feature-name
- Follow the project coding guidelines.
- Ensure your code is well-documented and tested.
git add .
git commit -m "Add feature: descriptive commit message"
git push origin feature/your-feature-name
- Go to the original repository on GitHub.
- Click New Pull Request.
- Provide a clear title and description of your changes.
- Follow the existing code style and naming conventions.
- Write clear and concise commit messages.
- Include tests for your changes whenever possible.
Ensure your code passes lint checks
- Open an issue using the Bug Report template.
- Provide clear steps to reproduce the issue.
- Include logs, screenshots, or error messages if possible.
- Open an issue using the Feature Request template.
- Describe the feature and why it would be useful.
- Improvements to documentation are always welcome!
- Update relevant
.md
files in the repository.