Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 1.26 KB

Contributing

It's awesome you're considering to contribute to this project, there are many ways to contribute. As ProxyChecker is an open-source project your contribution helps the project thrive and grow.

Reporting Bugs

When reporting a Bug please be sure to follow the Bug Report Template and provide as much detail as possible.

Suggesting Enhancements

To suggest a feature or enhancement use the Feature Request Template, be sure your request is inline with the scope of the project.

Writing Code

You may write code to improve the project in any way deemed fit, improving the current code base to make it efficient, fixing reported bugs, implementing feature requests and more!

Be sure to follow good coding style and be consistent with the current code.

For example:

  • The ProxyChecker project uses spaces (n=4) for indents instead of tabs.
  • Curly braces are on the same line rather than on a new line.

To get started:

  1. Fork the Project
  2. Create a branch for your enhancement
  3. Commit changes & Push
  4. Finally submit a Pull Request!