Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.85 KB

CONTRIBUTING.md

File metadata and controls

51 lines (31 loc) · 1.85 KB

Contributing Guide

Thank you for your interest in contributing to this project! This document will help you understand how you can collaborate.

Getting Started

  1. Clone the repository: Fork this repository and clone it to your local machine.
  2. Install dependencies: Install node.js@22 and run npm install to install all dependencies.
  3. Make changes: Make any change you want.
  4. Make a pull request: Explain on the description what you've added and what it does.

Reporting Issues

If you find a bug or have a suggestion, open an issue. Make sure to include:

  • A clear and concise description of the problem.
  • Steps to reproduce the issue (if applicable).
  • Relevant screenshots or logs. You can find this ones on AppData/Roaming/VSLauncher/logs or .config\VSLauncher\logs.

Proposing New Features

If you have ideas to improve the project, open an issue to discuss them before starting work. Include:

  • A detailed description of the feature.
  • Examples of usage or additional context.

Code Style

  • Follow the coding standard defined in the project.
  • Ensure your code is clean and well-commented.

Submitting a Pull Request

  1. Update your branch: Make sure your branch is up to date with the main branch.
  2. Write a good commit message: Clearly describe what you have done.
  3. Open a Pull Request: Include a summary of the changes made and why they are necessary.
  4. Respond to comments: Participate in the discussion if maintainers have questions or suggestions.

Code of Conduct

This project follows a Code of Conduct. By contributing, you agree to adhere to its rules to maintain a respectful and collaborative environment.

Contact

If you have any questions, you can reach out to the maintainers via email [email protected] or open an issue.


We look forward to your contributions!