Note
Rather than reading this, check out the following exhaustive guide on contributions: https://docs.lastic.xyz/contributors/
Welcome to the Lastic project! We're excited that you're interested in contributing. Before you get started, please take a moment to read the following guidelines to ensure a smooth and collaborative experience.
!!! These guidelines are very general, if you want to contribute rather check out this guide !!!
👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇
https://docs.lastic.xyz/contributors/
☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️
- Code of Conduct
- How Can I Contribute?
- Getting Started
- Development Workflow
- Submitting a Pull Request
- Feedback and Discussions
We expect all contributors to adhere to our Code of Conduct. Please make sure to read it thoroughly and follow it in all your interactions with the community.
There are several ways you can contribute to the project:
- Report bugs or suggest new features by opening issues.
- Implement new features or fix bugs by creating pull requests.
- Improve the project's documentation.
- Participate in discussions and help resolve issues and pull requests.
We appreciate all contributions, big or small!
To contribute to this project, follow these steps:
- Fork the repository to your own GitHub account.
- Clone the forked repository to your local machine.
- Set up the project on your local machine by following the instructions in the
README.md
file. - Create a new branch for your contribution.
- Make sure to pull the latest changes from the
main
branch before starting your work. - Write clean, well-documented, and tested code.
- Commit your changes in logical and granular commits.
- Push your changes to your forked repository.
- Regularly sync your forked repository with the upstream repository (the original repository you forked from) to stay up to date.
When you're ready to submit your changes, follow these steps:
- Make sure your forked repository is up to date with the latest changes from the upstream repository.
- Create a pull request (PR) from your branch to the
main
branch of the upstream repository. - Provide a descriptive title and a clear summary of your changes in the PR description.
- Ensure that all automated tests pass successfully.
- Be prepared to address feedback and make necessary changes if requested by the maintainers.
- Once your PR is approved, it will be merged into the main repository.
We welcome feedback, suggestions, and discussions related to the project. You can participate in the following ways:
- Join the official community chat to interact with other contributors and maintainers.
- Open issues for reporting bugs or suggesting improvements.
- Participate in discussions on existing issues or pull requests.
Thank you for your interest in contributing to the Lastic project! Your contributions are greatly appreciated.