diff options
author | Vasilij Schneidermann <mail@vasilij.de> | 2017-08-31 20:55:46 +0200 |
---|---|---|
committer | Vasilij Schneidermann <mail@vasilij.de> | 2017-08-31 20:56:06 +0200 |
commit | f601a58b47b26e13fe3f962e2b9fbd38a066dc04 (patch) | |
tree | bc470b93df853821fd26eff5ae4f23090bacee6b | |
parent | 8f084382678ec5a7a52d25eb11884658f213e147 (diff) |
Add CONTRIBUTING file
-rw-r--r-- | CONTRIBUTING.rst | 4 | ||||
-rw-r--r-- | README.rst | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..23193c3 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,4 @@ +If you find bugs, have suggestions or any other problems, feel free to +report an issue on the issue tracker or hit me up on IRC, I'm always +on ``#emacs``. Patches are welcome, too, just fork, work on a +separate branch and open a pull request with it. @@ -52,6 +52,12 @@ Open the EPUB file with ``C-x C-f ~/novels/novel.epub``, scroll with ``SPC`` and switch chapters with ``n`` and ``p``. More keybinds can be looked up with ``F1 m``. +Contributing +------------ + +See `CONTRIBUTING.rst +<https://github.com/wasamasa/nov.el/blob/master/CONTRIBUTING.rst>`_. + Alternatives ------------ |