Skip to content

Commit 0964dbf

Browse files
Add basic build instructions (tailwindlabs#830)
* Add basic build instructions * Create `CONTRIBUTING.md` --------- Co-authored-by: Brad Cornes <hello@bradley.dev>
1 parent d5268fd commit 0964dbf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/CONTRIBUTING.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Contributing
2+
3+
Thanks for your interest in contributing to Tailwind CSS IntelliSense! Please take a moment to review this document **before submitting a pull request**.
4+
5+
## Pull requests
6+
7+
**Please ask first before starting work on any significant new features.**
8+
9+
It's never a fun experience to have your pull request declined after investing a lot of time and effort into a new feature. To avoid this from happening, we request that contributors create [a feature request](https://github.com/tailwindlabs/tailwindcss/discussions/new?category=ideas) to first discuss any significant new ideas.
10+
11+
## Building the Extension
12+
13+
You can build the VSIX package by running these commands in the project root.
14+
15+
```bash
16+
npm install
17+
npm run bootstrap
18+
npx lerna run package --scope=vscode-tailwindcss
19+
```

0 commit comments

Comments
 (0)