Thank you for considering contributing to Envario! We welcome contributions from the community and are excited to work with you.
- Fork the repository: Click the "Fork" button at the top right of the repository page.
- Clone your fork: Clone your forked repository to your local machine.
git clone https://github.com/your-username/envario.git cd envario
- Create a new branch: Create a new branch for your feature or bugfix.
git checkout -b my-feature-branch
- Install dependencies: Ensure you have all necessary dependencies installed.
npm install
- Make your changes: Implement your feature or bugfix.
- Commit your changes: Commit your changes with a clear and concise commit message.
git add . git commit -m "Add feature XYZ"
- Push to your fork: Push your changes to your forked repository.
git push origin my-feature-branch
- Open a Pull Request: Open a pull request on the original repository. Provide a detailed description of your changes and any relevant information.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
If you have any questions or need further assistance, feel free to open an issue or contact the maintainers.
Thank you for your contributions!
You can now create this file in your repository using the GitHub interface or your local development environment.