Thank you for considering contributing to Lavender Nightfall! By contributing, you can help improve the theme and make it even better for the community.
We welcome all types of contributions, including bug reports, feature requests, code improvements, and more. To ensure a smooth contribution process, please follow the guidelines below.
If you encounter a bug or have a feature request, please submit an issue on the GitHub repository. When submitting an issue, please provide detailed information such as steps to reproduce, expected behavior, and any relevant screenshots or code examples.
If you would like to contribute code changes or improvements to Lavender Nightfall, you can do so by creating a pull request. Please follow these steps:
- Fork the repository on GitHub.
- Clone your forked repository to your local machine.
- Create a new branch for your changes:
git checkout -b feature/your-feature-name
. - Make your desired changes and ensure that the code is well-documented and follows the existing coding style.
- Test your changes thoroughly to ensure they work as expected.
- Commit your changes with descriptive commit messages:
git commit -m "Add new feature"
. - Push your changes to your forked repository:
git push origin feature/your-feature-name
. - Go to the original repository on GitHub and create a pull request, including a detailed description of your changes.
By contributing to Lavender Nightfall, you agree that your contributions will be licensed under the MIT License.
If you have any questions or need further assistance, you can contact the project maintainer at [email protected].
We appreciate your contributions and look forward to making Lavender Nightfall even better together!