First off, thank you for considering contributing to Retro Green Theme! Your help is essential for keeping this project great.
If you find a bug, please open an issue on GitHub with the following information:
- A clear and descriptive title.
- A detailed description of the problem.
- Steps to reproduce the issue.
- Any relevant screenshots or code snippets.
It is recommended to use the provided issue templates when raising an issue.
If you have an idea for an enhancement, please open an issue on GitHub with the following information:
- A clear and descriptive title.
- A detailed description of the enhancement.
- Any relevant screenshots or mockups.
It is recommended to use the provided issue templates when raising an issue.
- Fork the repository.
- Clone your forked repository:
git clone https://github.com/Lelin07/retro-green-theme.git
- Navigate to the cloned repository:
cd retro-green-theme
- Create a new branch:
git checkout -b your-feature-name
- Make your changes.
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin your-feature-name
- Open a pull request.
Please ensure your pull request adheres to the following guidelines:
- The pull request should include tests if applicable.
- The pull request should pass all tests.
- Use the provided Pull Request Template
If you would like to work on an issue, you can type /assign
in a comment under the issue to get automatically assigned.
Please follow the existing code style and conventions. Use linters and formatters to ensure consistency.
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 need help, feel free to reach out by opening an issue or contacting me directly.
Thank you for your contributions!