From 427d9e1abc129520719e3309ec4c6785b2eb22d4 Mon Sep 17 00:00:00 2001 From: "justin.hsu" Date: Wed, 30 Oct 2024 12:14:02 +0800 Subject: [PATCH] update wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1343744..2366626 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ To set up the development environment, follow these steps: For more detailed information about each folder and its purpose, refer to the individual `README.md` files located in their respective directories. ## Contribution Guide (Optional) -We follow a process similar to the GitHub Flow. The steps for contributing are as follows: +We follow GitHub Flow for contributing. The steps are as follows: 1. **Claim an issue**: Start by picking an issue from GitHub. 2. **Create a branch**: Open a new branch with a clear name related to the issue (e.g., `feat/xxxxx-feature`).