You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by ak...@apache.org on 2022/09/06 06:15:54 UTC

[age-website] branch new-web updated: Update guide.md

This is an automated email from the ASF dual-hosted git repository.

ako pushed a commit to branch new-web
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/new-web by this push:
     new 6bc40f7  Update guide.md
6bc40f7 is described below

commit 6bc40f7f9d4c9a2a4a58c5c75af1cc6f9a658456
Author: Andrew Ko <76...@users.noreply.github.com>
AuthorDate: Tue Sep 6 15:15:50 2022 +0900

    Update guide.md
---
 src/pages/contribution/guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/contribution/guide.md b/src/pages/contribution/guide.md
index 21bd4f9..8cb2c4b 100644
--- a/src/pages/contribution/guide.md
+++ b/src/pages/contribution/guide.md
@@ -15,7 +15,7 @@ Table of Contents
 - [Coding Style Guide](#code-style-guilde)
 - [Creating Documentation](#creating-documentation)
 
-<h2 id="code-review-process">Code Review Process</h2>
+<h2 id="code-review-process">Code Review Process (To be updated)</h2>
 
 - Make a commit (or multiple commits) on your local branch.
 - Create .patch file(s) of the commit(s).