Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 2.1 KB

CONTRIBUTING.md

File metadata and controls

36 lines (21 loc) · 2.1 KB

Contributing

Thank you for your interest in contributing to Kadabra! This is a personal project and I am always open to contributions that can help improve it. Before contributing, here are some guidelines and useful information:

Code Style Guide

💅🏻 If you are beautiful (inside) follow the Beautiful JavaScript Code Style Guide! To maintain consistency and readability in the project.

Conventional Commits

This project follows the Conventional Commits specification for commit messages. This specification provides a consistent way of describing changes to the codebase and helps us to automate the release process.

A commit message should have the following format:

<type>[optional scope]: <description>

For more information on the format and available types, please see the Conventional Commits specification.

Semantic Versioning

This project follows Semantic Versioning for versioning. This means that each release is assigned a version number with three parts: major, minor, and patch. The version number is incremented based on the types of changes made since the last release.

For more information on Semantic Versioning, please see the Semantic Versioning specification.

Pull Request Guidelines

When submitting a pull request, please follow these guidelines:

  • Include a description of the changes made in your commit message, following the Conventional Commits specification.
  • Update the README.md file, if necessary, to reflect any changes to the project.
  • Increment the version number in accordance with the Semantic Versioning specification.

Get in touch

Thank you again for your interest in contributing to Kadabra. Your contributions help to make this project better for everyone. If you have any questions, suggestions, or issues, feel free to get in touch with me.