Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1000 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 1000 Bytes

How to contribute

Issues

When filing bugs, try to be as thorough as possible:

  • What version did you use?
  • What did you try to do? Please post the relevant parts of your code.
  • What went wrong? Please include error messages, if any.
  • What was the expected result?

Pull requests

Bug fixes and general improvements to the existing codebase are always welcome. New features are also welcome, but will be judged on an individual basis. If you'd rather not risk wasting your time implementing a new feature only to see it turned down, please start the discussion by opening an issue.

Testing

Should there be tests for this? Yes. Am I lazy? Also yes. Am I going to hold someone to standards I don't hold myself to? No.

License

Note that CpanelApi is MIT-licensed, which basically allows anyone to do anything they like with it, without restriction.