Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Contributing to quick-lint-js

Thank you for your interest in contributing to quick-lint-js!

## How to contribute

### 1. Fork the repository
Create your own fork of the project on GitHub and clone it locally.

### 2. Create a new branch
Use a descriptive branch name for your change:git checkout -b docs/update-contributing


### 3. Make your changes
For documentation updates, you can edit files inside the `docs/` directory or `README.md`.

### 4. Run tests (optional)
If you modify source code, run tests:

### 5. Commit your changes

### 6. Push the branch

### 7. Open a Pull Request
Go to your fork on GitHub and open a PR to the main repository.

---

If you have questions, feel free to open an issue or ask the maintainers. Thank you for helping improve quick-lint-js!