Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 608 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 608 Bytes

#printful4j

Guidelines for contribution

While creating issue

If you find some bug (not NotImplementedException),

  1. Please search through issues, if any issue already exists for that bug. You don't need to do anything or you can comment your findings there.

  2. If there isn't any issue, raise one with appropriate details.

Contributing with implementation

  1. Fork the repository
  2. Choose an issue or two to fix, work on them. Please keep your commit messages specific.
  3. Once done, send pull-request.
  4. We'll be happy to get some help.