mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-12 02:06:14 -05:00
Updated instructions for contributions to dev branch
This commit is contained in:
@@ -29,6 +29,8 @@ into `gh-pages`.
|
||||
You can view the book's website
|
||||
at: [https://harvard-edge.github.io/cs249r_book/](https://harvard-edge.github.io/cs249r_book/)
|
||||
|
||||
The most recent changes are staged at: [https://harvard-edge.github.io/cs249r_book_dev/](https://harvard-edge.github.io/cs249r_book_dev/)
|
||||
|
||||
---
|
||||
|
||||
## Local Rendering
|
||||
|
||||
@@ -80,6 +80,8 @@ git push origin your-branch-name
|
||||
|
||||
### Open a Pull Request (PR)
|
||||
|
||||
Please submit the PRs to the `dev` branch, not `main`.
|
||||
|
||||
Open a Pull Request (PR) to merge your changes to the upstream repository. Please add a brief description of your contribution to the PR. Please include the issue number in the description. For example, `Fix typo in the documentation (issue #14)`.
|
||||
|
||||
Opening an early PR is encouraged. This will allow us to provide feedback on your contribution and help you improve it. Moreover, Github Actions will run on your PR and will generate the book, so you can download the book and make sure that your contribution is rendered correctly.
|
||||
|
||||
Reference in New Issue
Block a user