Thank you for considering contributing to our project! Your contributions are highly appreciated.
-
Just Contribute: We welcome all contributions. Whether it's a bug fix, a new feature, or an improvement to existing code, your efforts help make this project better.
-
Follow Semantic Commit Conventions: To maintain a clean and understandable commit history, please follow the conventions for semantic commits. This means structuring your commit messages as follows:
type(scope): subjectWhere:
typeindicates the type of change. Common types include:feat: A new featurefix: A bug fixdocs: Documentation only changesstyle: Changes that do not affect the meaning of the code (white-space, formatting, etc)refactor: A code change that neither fixes a bug nor adds a featuretest: Adding missing or correcting existing testschore: Changes to the build process or auxiliary tools and libraries such as documentation generation
scopeprovides additional context about the change (optional)subjectis a brief description of the change
Examples:
feat(auth): add login functionalityfix(profile): correct user profile picture URL
We appreciate your time and effort in contributing to Pylon!