diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7bedc063..3816c074 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -6,15 +6,17 @@ Thanks for your interest in contributing to Pico CSS! Please take a moment to re The [issue tracker]((https://github.com/picocss/pico/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/picocss/pico/discussions/categories/help) instead. -- Please do not use the issue tracker for feature requests. [Suggest any ideas you have using our discussion forums](https://github.com/picocss/pico/discussions/categories/ideas) instead. +- Please do not use the issue tracker for feature requests. Instead, use our discussion forums to [suggest any ideas](https://github.com/picocss/pico/discussions/categories/ideas) you have. ## Pull requests Good pull requests, patches, improvements, and new features are a fantastic help. -**Please ask first 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/picocss/pico/discussions/categories/ideas). -[`dev`](https://github.com/picocss/pico/tree/dev) branch is open to pull requests. +[`dev`](https://github.com/picocss/pico/tree/dev) branch is open for pull requests on `v2`. -**Do not edit [`/css`](https://github.com/picocss/pico/tree/master/css) files directly.** Edit the source files in [`/scss`](https://github.com/picocss/pico/tree/master/scss), then recompile the [`/css`](https://github.com/picocss/pico/tree/master/css) files with `npm run build`. \ No newline at end of file +[`v1-dev`](https://github.com/picocss/pico/tree/dev) branch is open to pull requests on `v1`. + +**Do not edit [`/css`](https://github.com/picocss/pico/tree/master/css) files directly.** Edit the source files in [`/scss`](https://github.com/picocss/pico/tree/master/scss), then recompile the [`/css`](https://github.com/picocss/pico/tree/master/css) files with `yarn build`. \ No newline at end of file