From 8d7af938db078ca2223870481541cf71a1a2b375 Mon Sep 17 00:00:00 2001 From: NB Date: Sat, 15 May 2021 22:11:04 +0900 Subject: [PATCH] docs : Update CONTRIBUTING.md update contributing guide document. --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 01557b2..9a27e01 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,8 @@ First open an issue and let us know what you're contributing to! 2. Open a terminal and navigate to your project path. And enter this. **`git config --global commit.template .gitmessage.txt`** 3. You can use the template, with `git commit` through vi. **Not** `git commit -m` -4. Enjoy contributing! +4. If you want to merge your work, please pull request to the `dev` branch +5. Enjoy contributing! ---