mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 09:26:14 -04:00
Update CONTRIBUTING.md
This commit is contained in:
parent
9271ce8c37
commit
5486f692f7
1 changed files with 5 additions and 3 deletions
8
.github/CONTRIBUTING.md
vendored
8
.github/CONTRIBUTING.md
vendored
|
@ -15,8 +15,10 @@ Good pull requests, patches, improvements, and new features are a fantastic help
|
||||||
**Please ask before starting work on any significant new features.**
|
**Please ask before starting work on any significant new features.**
|
||||||
We recommend that you first [suggest your feature idea in our discussion forums](https://github.com/Yohn/PicoCSS/discussions/categories/ideas).
|
We recommend that you first [suggest your feature idea in our discussion forums](https://github.com/Yohn/PicoCSS/discussions/categories/ideas).
|
||||||
|
|
||||||
[`dev`](https://github.com/Yohn/PicoCSS/tree/dev) branch is open for pull requests on `v3`.
|
<!-- [`dev`](https://github.com/Yohn/PicoCSS/tree/dev) branch is open for pull requests on `v3`.
|
||||||
|
|
||||||
[`main`](https://github.com/Yohn/PicoCSS/tree/main) branch is open to pull requests on `v2`.
|
[`main`](https://github.com/Yohn/PicoCSS/tree/main) branch is open to pull requests on `v2`. -->
|
||||||
|
|
||||||
**Do not edit [`/css`](https://github.com/Yohn/PicoCSS/tree/master/css) files directly.** Edit the source files in [`/scss`](https://github.com/Yohn/PicoCSS/tree/master/scss), then recompile the [`/css`](https://github.com/Yohn/PicoCSS/tree/master/css) files with `npm run build`.
|
**Do not edit [`/css`](https://github.com/Yohn/PicoCSS/tree/master/css) files directly.**
|
||||||
|
|
||||||
|
Edit the source files in [`/scss`](https://github.com/Yohn/PicoCSS/tree/master/scss), Github will automatically re-compile the css files after the pull request is merged.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue