Skip to content

Latest commit

 

History

History
82 lines (57 loc) · 2.47 KB

CONTRIBUTING.md

File metadata and controls

82 lines (57 loc) · 2.47 KB

Contributing to Retro Green Theme

First off, thank you for considering contributing to Retro Green Theme! Your help is essential for keeping this project great.

Table of Contents

How to Contribute

Reporting Bugs

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.

Suggesting Enhancements

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.

Submitting Pull Requests

  1. Fork the repository.
  2. Clone your forked repository:
    git clone https://github.com/Lelin07/retro-green-theme.git
  3. Navigate to the cloned repository:
    cd retro-green-theme
  4. Create a new branch:
    git checkout -b your-feature-name
    
  5. Make your changes.
  6. Commit your changes:
    git commit -m 'Add some feature'
  7. Push to the branch:
    git push origin your-feature-name
  8. 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

Assigning Issues

If you would like to work on an issue, you can type /assign in a comment under the issue to get automatically assigned.

Code Style

Please follow the existing code style and conventions. Use linters and formatters to ensure consistency.

Code of Conduct

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.

Getting Help

If you need help, feel free to reach out by opening an issue or contacting me directly.

Thank you for your contributions!