You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
864 B
864 B
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
- Please create a branch in this format,
<Issue Number>-<Some name>
- Open a terminal and navigate to your project path. And enter this.
git config --global commit.template .gitmessage.txt
- You can use the template, with
git commit
through vi. Notgit commit -m
- Enjoy contributing!
If you have any other opinions, please feel free to suggest! 😀