Welcome to the Maia DAO Ecosystem SDKs project! We appreciate your interest in contributing to our open-source project.
We welcome contributions in the form of bug reports, feature requests, code contributions, documentation improvements, and more. To get started, please follow the guidelines below.
If you find a bug in the SDK, please open a GitHub issue with the following information:
- A clear and descriptive title.
- A detailed description of the bug, including any error messages.
- Steps to reproduce the bug.
- Information about the environment where the bug occurred (e.g., operating system, Node.js version, etc.).
If you have an idea for a new feature or enhancement, please open a GitHub issue with the following details:
- A clear and concise description of the feature.
- Any relevant use cases or examples.
We welcome code contributions in the form of pull requests (PRs). To contribute code, follow these steps:
- Fork the repository to your GitHub account.
- Create a new branch from the
main
branch for your feature or bug fix:git checkout -b feature/your-feature
orgit checkout -b bugfix/your-bug-fix
. - Implement your changes and test thoroughly.
- Ensure your code follows the project's coding style and conventions.
- Write clear and meaningful commit messages.
- Push your changes to your fork:
git push origin feature/your-feature
orgit push origin bugfix/your-bug-fix
. - Open a pull request to the
main
branch.
Our maintainers will review your PR, provide feedback, and work with you to get it merged.
Please follow the existing code style and conventions in the project. If you're adding new code, make sure it aligns with the existing codebase.
Contributions to documentation are highly valuable. If you find areas in the documentation that can be improved or if you'd like to add new documentation, please feel free to submit PRs.
Please note that we have a Code of Conduct in place to ensure a respectful and inclusive community. By contributing to this project, you agree to abide by the Code of Conduct. Be kind and considerate in your interactions with others.
If you have questions or need assistance with contributing, don't hesitate to reach out to us through our discord server: https://discord.gg/maiadao.
We appreciate your contributions and look forward to your involvement in the Maia DAO Ecosystem SDKs project! 🚀