arvindKandpal-ksolves opened a new pull request, #311:
URL: https://github.com/apache/cassandra-website/pull/311

   ### 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_commit` documentation 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 Committers` section to 
`how_to_commit.adoc` which covers:
   * The preference for using the Git CLI over the GitHub Web UI.
   * The requirement to use local feature branches and never push a branch 
directly upstream.
   * The squash-rebase-merge workflow.
   * Essential git commands (`remote add`, `rebase -i`, `commit --amend`, `push 
--atomic -n`).
   * The GitHub CLI commands for locally testing and merging a PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to