-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Add a quick tour of the project to CONTRIBUTING #30187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -212,7 +212,7 @@ Before submitting your changes, run the test suite to make sure that nothing is | |
### Project layout | ||
|
||
This repository is split into many top level directories. The most important | ||
ones are | ||
ones are: | ||
|
||
#### `docs` | ||
Documentation for the project. | ||
|
@@ -269,7 +269,7 @@ disabled | |
* Tests that need to do strange things like install plugins that thrown | ||
uncaught `Throwable`s or add a shutdown hook | ||
But we're not convinced that all of these things *belong* in the qa directory. | ||
We're fairly sure that tests that require multiple modules or plugins to work | ||
We're fairly sure that tests that require multiple modules or plugins to work` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: how did the backtick sneak in? Does it to anything? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: how did the backtick sneak in? Does it to anything? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Indeed. Typo. |
||
should just pick a "home" plugin. We're fairly sure that the multi-version | ||
tests *do* belong in qa. Beyond that, we're not sure. If you want to add a new | ||
qa project, open a PR and be ready to discuss options. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"consists of" vs. "split"? Maybe not that important.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like to pick shorter words.