Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 893 Bytes

File metadata and controls

27 lines (17 loc) · 893 Bytes

Contributing to Dev Utils

Thank you for considering contributing to this project! Here are some guidelines to help you get started:

Getting Started

  1. Fork the repository and clone it locally.
  2. Install dependencies using npm install or yarn install.
  3. Run the development server using npm run dev or yarn dev.

Code Guidelines

  • Follow the existing code style and conventions.
  • Write clear and concise commit messages.
  • Add comments to explain complex logic.

Submitting Changes

  1. Create a new branch for your feature or bug fix.
  2. Ensure all tests pass and add new tests if necessary.
  3. Submit a pull request with a detailed description of your changes.

Reporting Issues

If you encounter any issues, please open an issue on GitHub with detailed steps to reproduce the problem.

We appreciate your contributions and look forward to collaborating with you!