Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1 KB

contributing.md

File metadata and controls

35 lines (28 loc) · 1 KB

Contributing to ProxyPulse

We welcome contributions from the community! Here's how you can help:

Getting Started

  1. Fork the repository.
  2. Clone your fork:
    git clone https://github.com/sudo-arash/proxypulse.git
  3. Create a new branch for your changes:
    git checkout -b feature/your-feature-name
  4. Make your changes and commit them:
    git commit -m "Add your message here"
  5. Push your changes to your fork:
    git push origin feature/your-feature-name
  6. Open a pull request on the main repository.

Guidelines

  • Follow the existing code style and structure.
  • Write clear commit messages.
  • Add tests for new features or bug fixes.
  • Update the documentation if necessary.

Reporting Issues

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.