Welcome to the project! We appreciate your interest in contributing to the project. Whether you're reporting issues, suggesting enhancements, or submitting code changes, your contributions are valuable.
To get started, follow these steps:
-
Fork the repository by clicking the "Fork" button at the top of the repository page.
-
Clone your forked repository to your local machine
git clone https://github.com/your-username/project.git
cd project
- Create a new branch for your contributions:
git checkout -b feature/your-feature-name
-
Make the necessary code changes and improvements in your branch.
-
Commit your changes with a meaningful commit message:
git commit -m "Add new feature: Your feature description"
- Push your changes to your forked repository:
git push origin feature/your-feature-name
- Create a pull request (PR) by navigating to the original repository and clicking the "New Pull Request" button. Provide a clear title and description for your PR.
If you encounter any issues or bugs in the project, please create an issue on the repository. Provide as much detail as possible, including the steps to reproduce the issue.
We adhere to the Code of Conduct for maintaining a respectful and welcoming environment for all contributors.
By contributing to this project, you agree that your contributions will be licensed under the LICENSE of the project.
If you have any questions or need assistance, feel free to reach out to us through the project's issue tracker.
Thank you for contributing to hylia.dev! 🎉