Skip to content

Commit de00a62

Browse files
committed
Update contributing
1 parent 4429ab8 commit de00a62

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

.github/CODE_OF_CONDUCT.md

-10
This file was deleted.

.github/CONTRIBUTING.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Contributing
22

3-
Thanks for your interest in contributing to Tailwind CSS! Please take a moment to review this document **before submitting a pull request**.
3+
## Bug fixes
44

5-
## Pull requests
5+
If you've found a bug in Tailwind that you'd like to fix, [submit a pull request](https://github.com/tailwindlabs/tailwindcss/pulls) with your changes. Include a helpful description of the problem and how your changes address it, and provide tests so we can verify the fix works as expected.
66

7-
**Please ask first before starting work on any significant new features.**
7+
## New features
88

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. This includes things like adding new utilities, creating new at-rules, etc.
9+
If there's a new feature you'd like to see added to Tailwind, [share your idea with us](https://github.com/tailwindlabs/tailwindcss/discussions/new?category=ideas) in our discussion forum to get it on our radar as something to consider for a future release.
10+
11+
**Please note that we don't often accept pull requests for new features.** Adding a new feature to Tailwind requires us to think through the entire problem ourselves to make sure we agree with the proposed API, which means the feature needs to be high on our own priority list for us to be able to give it the attention it needs.
12+
13+
If you open a pull request for a new feature, we're likely to close it not because it's a bad idea, but because we aren't ready to prioritize the feature and don't want the PR to sit open for months or even years.
1014

1115
## Coding standards
1216

@@ -31,4 +35,3 @@ npm run build && npm test
3135
```
3236

3337
Please ensure that the tests are passing when submitting a pull request. If you're adding new features to Tailwind, please include tests.
34-

0 commit comments

Comments
 (0)