Skip to content

Commit

Permalink
Deployed 2f45a48 to prerelease with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-docs[bot] committed Apr 25, 2024
1 parent 78082f3 commit e4b1a01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions prerelease/contributing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1661,8 +1661,9 @@ <h3 id="code-reviews">Code reviews<a class="headerlink" href="#code-reviews" tit
message.</p>
<p>When you address comments on a PR, don't make the changes in a commit on top (as
is typical on GitHub). Instead, please make the changes in the appropriate
commit. You can do that by checking out the commit (<code>jj checkout/new &lt;commit&gt;</code>)
and then squash in the changes when you're done (<code>jj squash</code>). <code>jj git push</code>
commit. You can do that by creating a new commit on top of the initial commit
(<code>jj new &lt;commit&gt;</code>) and then squash in the changes when you're done (<code>jj squash</code>).
<code>jj git push</code>
will automatically force-push the branch.</p>
<p>When your first PR has been approved, we typically give you contributor access,
so you can address any remaining minor comments and then merge the PR yourself
Expand Down
2 changes: 1 addition & 1 deletion prerelease/search/search_index.json

Large diffs are not rendered by default.

Binary file modified prerelease/sitemap.xml.gz
Binary file not shown.

0 comments on commit e4b1a01

Please sign in to comment.