Open tajmone opened 3 years ago
@SicroAtGit, development has now moved from alpha-dev
to beta-dev
, and the book can be previewed by GHPages:
Some of the above tasks have not yet been completed, but it's OK — I'll just move them to individual Issues to be dealt with in the Beta stage.
I've announced the availability for the Beta preview, also asking for help with the proofreading and revision work:
https://github.community/t/the-git-book-free-english-translation-available-on-github/202390
We're about to enter the Beta stage of the book, where its HTML version will be made available on the WWW via the repository GHPages website — with a clear admonition regarding its Beta status, and a call for help to polish the translation before reaching v1.0.0.
Below is a checklist of all the things that need to be done before and after moving to the Beta stage.
docs/
folder.docs/.nojekyll
file to enforce static website.master
branch — In order to use GitHub Pages, we'll need to publish the current book to the default branch (master
).alpha-dev
branch, and create a newbeta-dev
branch for all PRs, which will be then merged intomaster
— i.e. until we reach version 1.0.0 of the book. We shouldn't accept PRs directly onmaster
.Rakefile
providing cross-platform tasks to achieve the same goals:docs/
folder instead.docs_src/
, the HTML doc is then ignored by Git.README.md
:CONTRIBUTING.md
— we'll need to provide some guidelines regarding the project standards, which branch to commit to, etc.The above list is probably incomplete, and it will be updated as new pending chores come up during discussions and practical work. All suggestions are welcome.