1.5 KiB
1.5 KiB
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 or a pull request.
Bug reports
The issue tracker 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 instead.
- Please do not use the issue tracker for feature requests. Instead, use our discussion forums to suggest any 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.
dev
branch is open for pull requests on v2
.
v1-dev
branch is open to pull requests on v1
.
Do not edit /css
files directly. Edit the source files in /scss
, then recompile the /css
files with yarn build
.