Improve CONTRIBUTING.md with a table of ways to contribute#22724
Improve CONTRIBUTING.md with a table of ways to contribute#22724efrancisworks wants to merge 1 commit intoprestodb:masterfrom
Conversation
CONTRIBUTING.md
Outdated
| # Contributing to Presto | ||
|
|
||
| Thanks for your interest in Presto. Our goal is to build a fast, scalable and reliable distributed SQL query engine for running low latency interactive and batch analytic queries against data sources of all sizes ranging from gigabytes to petabytes. | ||
| Thanks for your interest in Presto. Our goal is to build a fast, scalable and reliable distributed SQL query engine for running low latency interactive and batch analytic queries against data sources of all sizes ranging from gigabytes to petabytes. |
There was a problem hiding this comment.
Oxford comma after scalable
CONTRIBUTING.md
Outdated
| | Report Bug | To report a bug, visit Presto's [open issues](https://github.com/prestodb/presto/issues). | | ||
| | Contributions | Please read the [contributions](#contributions) section to learn about how you can contribute to Presto, including the submission process, minimum expectations, and guidelines for designing your code. | | ||
| | Pull Requests | Ready to commit your code to the main branch? Be sure to review the [Pull Request guidelines](#pullrequests) . | | ||
| | Contributor License Agreement ("CLA") | For first-time contributors, a CLA must be signed. Read more about it [here](#cla). | |
There was a problem hiding this comment.
active voice: First-time contributors must sign a CLA.
steveburnett
left a comment
There was a problem hiding this comment.
Thanks for following up on the idea from #21736! A couple of nits and some suggestions for improvement.
b3947ee to
c35143b
Compare
steveburnett
left a comment
There was a problem hiding this comment.
LGTM! (docs)
Review of updated file, no new comments to make. Thanks!
There was a problem hiding this comment.
This is great! Just one suggestion.
I'd also like to add a new section on "Supporting users". This would be helping on Slack and responding to issues (similar to the Paimon example in the reference issue), and also helping to review code (and linking to guidelines in CONTRIBUTING.md on what to look for).
CONTRIBUTING.md
Outdated
| | Contributions | Please read the [contributions](#contributions) section to learn about how you can contribute to Presto, including the submission process, minimum expectations, and guidelines for designing your code. | | ||
| | Pull Requests | Ready to commit your code to the main branch? Be sure to review the [Pull Request guidelines](#pullrequests) . | |
There was a problem hiding this comment.
| | Contributions | Please read the [contributions](#contributions) section to learn about how you can contribute to Presto, including the submission process, minimum expectations, and guidelines for designing your code. | | |
| | Pull Requests | Ready to commit your code to the main branch? Be sure to review the [Pull Request guidelines](#pullrequests) . | | |
| | Contributions | Please read the [contributions](#contributions) section to learn about how you can contribute to Presto, including the submission process, minimum expectations, and guidelines for designing your code. Ready to open a pull request? Be sure to review the [Pull Request guidelines](#pullrequests) . | |
c35143b to
bf0ea53
Compare
|
Failed test |
|
Is there anything else that stands out? |
steveburnett
left a comment
There was a problem hiding this comment.
One formatting error I noticed, otherwise looks good. Thanks!
CONTRIBUTING.md
Outdated
|
|
||
| | Area | Information | | ||
| |------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| | Getting Started | Read Presto's [open issues](https://github.com/prestodb/presto/issues). Tag issues that would make a good first pull request for new contributors with a [good first issue](https://github.com/prestodb/presto/labels/good%20first%20issue) tag. An easy way to start helping the project is to [open an issue](https://github.com/prestodb/presto/issues/new/choose). Issues can include bugs, new features, or outdated documentation. | |
There was a problem hiding this comment.
Can we make getting started be:
- Build presto (remove section below, inline here). Look for good first issue tickets. Reference project boards for open work: https://github.com/prestodb/presto/projects?query=is%3Aopen
bf0ea53 to
365b43b
Compare
tdcmeehan
left a comment
There was a problem hiding this comment.
I would inline the link to the project boards, otherwise LGTM!
CONTRIBUTING.md
Outdated
|
|
||
| | Area | Information | | ||
| |------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| | Getting Started | 1. Build presto <br/>2. Look for [good first issue](https://github.com/prestodb/presto/labels/good%20first%20issue) tickets. <br/> 3. Reference project boards for open work: https://github.com/prestodb/presto/projects?query=is%3Aopen | |
There was a problem hiding this comment.
| | Getting Started | 1. Build presto <br/>2. Look for [good first issue](https://github.com/prestodb/presto/labels/good%20first%20issue) tickets. <br/> 3. Reference project boards for open work: https://github.com/prestodb/presto/projects?query=is%3Aopen | | |
| | Getting Started | 1. Build presto <br/>2. Look for [good first issue](https://github.com/prestodb/presto/labels/good%20first%20issue) tickets. <br/> 3. [Reference project boards for open work](https://github.com/prestodb/presto/projects?query=is%3Aopen). | |
steveburnett
left a comment
There was a problem hiding this comment.
Two nits but that's all, I think. Thanks!
365b43b to
216be11
Compare
tdcmeehan
left a comment
There was a problem hiding this comment.
Thank you @efrancisworks!
|
Fixing the rebase conflicts in #22930 |
Description
Added a table to CONTRIBUTING.md to help users quickly navigate CONTRIBUTING.md.
Motivation and Context
Suggestion made here #21736
Impact
No feature impact
Test Plan
N/A
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.