mirror of
https://github.com/picocss/pico.git
synced 2025-04-30 21:09:13 -04:00
24 lines
1.5 KiB
Markdown
24 lines
1.5 KiB
Markdown
# Contributing to Pico
|
|
|
|
Thanks for your interest in contributing to Pico CSS! Please take a moment to review this document before submitting a [bug report](https://github.com/Yohn/PicoCSS/issues) or a [pull request](https://github.com/Yohn/PicoCSS/pulls).
|
|
|
|
## Bug reports
|
|
|
|
The [issue tracker]((https://github.com/Yohn/PicoCSS/issues)) is the preferred channel for bug reports, but please respect the following restrictions:
|
|
- Please do not use the issue tracker for personal support requests. [Open a question in our discussion forums](https://github.com/Yohn/PicoCSS/discussions/categories/help) instead.
|
|
- Please do not use the issue tracker for feature requests. Instead, use our discussion forums to [suggest any ideas](https://github.com/Yohn/PicoCSS/discussions/categories/ideas) you have.
|
|
|
|
## Pull requests
|
|
|
|
Good pull requests, patches, improvements, and new features are a fantastic help.
|
|
|
|
**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).
|
|
|
|
<!-- [`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`. -->
|
|
|
|
**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.
|