Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.77 KB

CONTRIBUTING.md

File metadata and controls

54 lines (32 loc) · 1.77 KB

Contributing to To-Do List Application

Thank you for considering contributing to this To-Do List project! Whether it's fixing bugs, suggesting improvements, or adding new features, your contributions are highly appreciated.

Getting Started

1. Fork the Repository

To contribute, start by forking the repository to your GitHub account. Click the "Fork" button at the top right of the repository page.

2. Clone the Repository

Once you've forked the repository, clone it to your local machine.

git clone https://github.com/YOUR-USERNAME/To-Do-List.git

Linting and Formatting

This project uses ESLint and Prettier to ensure code quality and consistency.

  • ESLint helps identify and fix problems in your JavaScript code.
  • Prettier automatically formats your code to follow consistent styling rules.

Running the Linter

To check your code for issues, run the following command:

npm run lint

This command will execute ESLint on your project files and report any errors or warnings.

Running the Formatter

To format your code, run the following command:

npm run format

This command will execute Prettier on your project files and apply consistent formatting according to the rules defined in your configuration.

Maintainers

This project is actively maintained by:

Maintainer 1 Maintainer 2
Maintainer 1 Maintainer 2

Feel free to reach out to either of us for any issues or contributions.