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! ---