We welcome contributions from the community! Here's how you can help:
- Fork the repository.
- Clone your fork:
git clone https://github.com/sudo-arash/proxypulse.git
- Create a new branch for your changes:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your message here"
- Push your changes to your fork:
git push origin feature/your-feature-name
- Open a pull request on the main repository.
- Follow the existing code style and structure.
- Write clear commit messages.
- Add tests for new features or bug fixes.
- Update the documentation if necessary.
If you find a bug or have a feature request, please open an issue on GitHub. Include as much detail as possible to help us understand and resolve the issue.