Skip to content

Pinelab-studio/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

How to contribute to Pinelab's projects?

Contribution's are always welcome! Just:

Coding guidelines

To keep code quality high and maintainable, we've set up a few guidelines to help you ✨

  • Automated tools - We rely heavily on automated tools to keep our projects maintainable, so please make sure you've added test cases if necessary and linted your code.

  • Logging - Only log errors if it's actually an error: An errors is something needs to be fixed by a developer.

    • These should be warnings, not errors: Bad user input. Bad config that can be solved by changing settings via a UI.
    • These are actual errors: A request failed. An async job failed after it's max retries.

(This document is still a work in progress...)

About

Developer playground really...

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors