Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.5 KB

CONTRIBUTING.md

File metadata and controls

28 lines (24 loc) · 1.5 KB

How to contribute

One of the goal of Wilcommerce is growing through the contributions of the community.
If you have any issue, features or patches to submit, please follow this few guidelines.

Getting Started

  • Make sure you have a GitHub account
  • Check if your feature or bug is already in our issues.
    If not create a new issue and describe it clearly.
  • If it's a bug include also the steps to reproduce it and tell us the Wilcommerce version you have encountered it on.
  • Fork the repository on GitHub.

Making Changes

  • Create a new feature branch in your fork starting from the develop branch.
  • Make commits of logical units.
  • Check for unnecessary whitespace with git diff --check before committing.
  • Make sure your commit messages are in the proper format.
  • Write unit tests adding your test class to the Wilcommerce.Auth.Data.EFCore.Test project.
  • Run all the tests to avoid breaking changes.

Submitting Changes

Additional Resources