πContribute to Digitomize
Interested in contributing to Digitomize? Find all the information you need here
Hey! Thanks for considering contributing to Digitomize. We're excited to have you contribute.
Getting Started.
Before you get started, be sure to check out the Code of Conduct. This will ensure we maintain a positive and welcoming community.
How to Contribute to Digitomize
You are welcome to contribute by:
Reporting Bugs
If you encounter a bug or unexpected behavior, please open an issue by following the following steps:
Open a new issue
Choose the type of issue (bug report)

Provide all the details required based on the template.
These details include:
a description of the bug
the expected behavior and actual behavior
how to recreate the bug
screenshots (if any)
Suggesting Enhancements
If you have an idea that can improve the Digitomize platform, please open an issue by following the following steps:
Open a new issue
Choose the type of issue (feature request)

Provide all the details required based on the template.
These details include:
a description of the feature
the features use cases
how the feature will improve Digitomize
Creating pull requests
If you're interested in making a contribution, follow these steps to submit a pull request:
Find an open issue that interests you
Fork the Digitomize repository and create a branch where you will make your changes
Follow the setup instructions
Make your changes and commit them with descriptive messages
Run
npm run eslint
in the root project to make sure your contributions align with our coding guidelinesRun
npm run eslint-fix
in the root project to allow ESLint to fix any issuesPush your changes to the forked repository
Open a pull request from your branch to the main upstream branch
Provide a clear description of your changes and why they are valuable
Please ensure your code aligns with the Coding Guidelines below.
Coding Guidelines
Follow the established coding style and conventions.
Write clear and concise code with meaningful comments when necessary.
Test your changes thoroughly before submitting a pull request.
Document new features, changes, or important concepts as needed.
Contact Digitomize
Feel free to get in contact with us. Find our contact details here.
License
The Digitomize project is under the MIT License. For more information about our license, check it out here.
Last updated