Thank you for your interest in contributing to the Massa Standard Definition project!
This project is open to contributions from anyone in the Massa community, and we welcome your input.
Thank you for considering contributing to massa-standards!
If you discover a bug, please create a new issue on our GitHub repository.
In your issue, please include a clear and concise description of the bug, any relevant code snippets, error messages, and steps to reproduce the issue.
To get started with contributing to the project, please follow these steps:
- Fork the repository on GitHub.
- Clone the forked repository to your local machine.
- Create a new branch for your changes.
- Make your changes and commit them to your branch.
- Push your branch to your forked repository on GitHub.
- Create a pull request to merge your changes into the main repository.
When contributing to the project, please follow these guidelines:
- Use clear and concise language in your code and documentation.
- Ensure that your code is well-structured and easy to read.
- Be respectful and professional in your interactions with other contributors.
Please ensure that your code follows the existing code style used in the project.
For smart contract, ensure that your code follows the existing code style used in the project. We use the MassaLabs Prettier configuration and MassaLabs ESLint configuration for formatting and linting.
You can run the following command to format your code before committing:
npm run fmt
Please ensure that your changes include any necessary tests.
You can run the following command to run the smart-contracts tests:
npm run build
and then
npm run test
Please use the following template when starting a new standard document (see example):
# Name
**Authors:**
**Status:** Draft, Effective or Deprecated
**Version:** 0.1
## Abstract
## Targeted Audience
## Specification
## Implementation
By contributing to massa standard, you agree that your contributions will be licensed under the MIT License.