CASSANDRA-19777: Update doc page for how-to commit with more intro#311
CASSANDRA-19777: Update doc page for how-to commit with more intro#311arvindKandpal-ksolves wants to merge 1 commit intoapache:trunkfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates Cassandra’s committer documentation (how_to_commit.adoc) to add a short “Introduction for New Committers” section that summarizes expected Git workflow prerequisites before the existing branch/patch-based contribution instructions.
Changes:
- Adds an introductory section describing preferred tooling (CLI), use of local feature branches, and a high-level workflow summary.
- Adds a short list of “basic git commands” and an example sequence intended to show how to locally test and merge a PR.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
bc66225 to
d80e53c
Compare
|
Hi @bschoening , I have applied Copilot suggestions , Please take a look. |
michaelsembwever
left a comment
There was a problem hiding this comment.
one more nit suggestion, otherwise good to go
3ffa2e0 to
cf49da2
Compare
|
@arvindKandpal-ksolves , i think we're good to go here, are you happy to squash all your commits to one, write up the commit message (to the project standard), and force push your branch here ? |
Added an introduction to the how_to_commit documentation to outline Git workflow prerequisites, preferred tooling, and feature branch rules. patch by Arvind Kandpal; reviewed by Michael Semb Wever and Brandon Schoening for CASSANDRA-19777
cf49da2 to
8020d0e
Compare
|
Committed with 732d439 |
Why is this PR being submitted?
This PR resolves CASSANDRA-19777.
New committers often need a quick overview of the expected Git workflow before diving into the specific patch/branch-based contribution steps. This PR adds a brief introduction to the
how_to_commitdocumentation to outline these prerequisites, as requested in the Jira ticket, without turning the page into a full Git tutorial.What changes were made?
Added a new
== Introduction for New Committerssection tohow_to_commit.adocwhich covers:remote add,rebase -i,commit --amend,push --atomic -n).