diff options
author | Thanos Apollo <[email protected]> | 2024-12-10 16:32:07 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-12-10 17:11:47 +0200 |
commit | ab980e81532df9386135a2a8cd65a53cc0ffe4e9 (patch) | |
tree | 86f7e65d90d8fb189790e5f037ca3018ee7e808e /doc/gnosis.texi | |
parent | 710340b5f29d1baf3ce19e1e87a1bc77a66204ad (diff) |
Update docs
Diffstat (limited to 'doc/gnosis.texi')
-rw-r--r-- | doc/gnosis.texi | 37 |
1 files changed, 35 insertions, 2 deletions
diff --git a/doc/gnosis.texi b/doc/gnosis.texi index 4816566..a0d9a89 100644 --- a/doc/gnosis.texi +++ b/doc/gnosis.texi @@ -12,7 +12,7 @@ @dircategory Emacs misc features @direntry -* Gnosis (γνῶσις): (gnosis). Spaced Repetition System For Note Taking & Self-Testing. +* Gnosis: (gnosis). Spaced Repetition Note Taking System. @end direntry @finalout @@ -31,7 +31,7 @@ specific review intervals for note decks & tags, creating an optimal learning environment tailored to each specific topic/subject. @noindent -This manual is written for Gnosis version 0.4.2, released on 2024-09-5. +This manual is written for Gnosis version 0.4.4, released on 2024-10-06. @itemize @item @@ -68,6 +68,7 @@ Git repositories: * Configuring Note Types:: * Sync between devices:: * Interactions with other software:: +* Contributing:: @detailmenu --- The Detailed Node Listing --- @@ -100,6 +101,10 @@ Interactions with other software * emacs-no-littering:: +Contributing + +* How to create a patch:: + @end detailmenu @end menu @@ -455,4 +460,32 @@ its standards by adding the following snippet to your configuration: This sets @samp{gnosis-dir} to @samp{~/.emacs.d/var/gnosis}, in line with the folders of other packages. +@node Contributing +@chapter Contributing + +Thank you for considering contributing back to gnosis. You can +contribute by submitting a pull request on the codeberg mirror +repository, or directly sending me patch via email. + +@menu +* How to create a patch:: +@end menu + +@node How to create a patch +@section How to create a patch + +@emph{Example:} + +@example +$ git clone https://git.thanosapollo.com/gnosis.git && cd gnosis +$ emacs something +$ git add something +$ git commit -m "Fix something" +$ git format-patch HEAD^1 +0001-Fix-something.patch +@end example + +You can sent the patch to ``Thanos Apollo'', the email of which you can +find on the git log. + @bye |