From fda2f902667fc89cd7a5b30b122753c99452d3eb Mon Sep 17 00:00:00 2001 From: NB Date: Sat, 15 May 2021 21:45:25 +0900 Subject: [PATCH] Create contributing.md --- .github/contributing.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/contributing.md diff --git a/.github/contributing.md b/.github/contributing.md new file mode 100644 index 0000000..01557b2 --- /dev/null +++ b/.github/contributing.md @@ -0,0 +1,30 @@ +# Contributing to React-Epub_Viewer + +🎈 First off, thanks for taking the time to contribute! 🎈 + +The following is a set of guidelines for contributing to `React-Epub_Viewer`, which are hosted by NB. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request. + +First open an issue and let us know what you're contributing to! + +--- + +**Table Of Contents** + +[Code Commit](#Code-Commit) + + + +--- + +# Code Commit + +1. Please create a branch in this format, **`-`** +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! + + +--- + +If you have any other opinions, please feel free to suggest! 😀