szehon-ho opened a new pull request, #695: URL: https://github.com/apache/spark-website/pull/695
## What changes were proposed in this pull request? The Committers page (`committers.md`) currently only documents how to merge pull requests for the main `apache/spark` repository (the `merge_spark_pr.py` script). It does not explain how a committer merges pull requests to the `apache/spark-website` repository itself. This PR adds a **"Merging website pull requests"** subsection under "How to merge a pull request" that covers: - Website PRs are merged with this repo's `merge_pr.py` script (which squashes commits, like `merge_spark_pr.py` does for the main repo). - This repository uses `asf-site` as its default branch (there is no `master` branch). - How to set up the `apache` (`PUSH_REMOTE_NAME`) and `apache-github` (`PR_REMOTE_NAME`) remotes. - A reminder to ensure the PR includes the regenerated `site/` HTML. The generated `site/committers.html` was rebuilt with `jekyll build` and is included. ## How was this patch tested? Built the site locally with `jekyll build` and verified the rendered `site/committers.html` shows the new section correctly. -- 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]
