Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 1.3 KB

Contributing to this Klarna project

Are you here to help with this Klarna project? Welcome! Please read the following to better understand how to ask questions or work on something.

All members of our community are expected to follow our Code of Conduct. Please make sure you are welcoming and friendly in all of our spaces.

Get in touch

  • Report bugs, suggest features or view the source code on GitHub.
  • If you have any questions concerning this product, please contact developers@klarna.com.

Contributing to development

At Klarna, we strive toward achieving the highest possible quality for our products. Therefore, we require you to follow these guidelines if you wish to contribute.

Your contribution has to meet the following criteria:

  • It is accompanied by a description regarding what has been changed and why.
  • Pull requests should implement a boxed change, meaning they should optimally not try to address many things at once.
  • All code and documentation must follow the style specified by the included configuration.
  • Commits should follow the Conventional Commit convention.
  • New features and bug fixes should ideally have accompanying tests.
  • All tests should pass.