diff options
author | Thanos Apollo <[email protected]> | 2024-02-10 07:07:34 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-10 07:07:34 +0200 |
commit | f13e1ddfef4d0a492d7ba738ff7d08b9a18ea138 (patch) | |
tree | 590fd90e491bfd8b424d012948c2f0df866becd6 /CONTRIBUTING.org | |
parent | 3c98f92491a0ac81a95af49038665099423661ab (diff) |
Update contributing tasks
Diffstat (limited to 'CONTRIBUTING.org')
-rw-r--r-- | CONTRIBUTING.org | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org index 4cf194f..2f91e3d 100644 --- a/CONTRIBUTING.org +++ b/CONTRIBUTING.org @@ -31,3 +31,14 @@ $ git format-patch HEAD^1 ** TODO Algorithm: changes for ef increase/decrease factors + After 3 successful in a row reviews increase ef increase factor by 5% & vice versa + +** TODO Refactor =completing-read= UI choices +=completing-read= is not an ideal solution as a UI. If user has not +enabled a completion system, such as vertico, this would make gnosis +unusable. + +One possible solution is to create defcustom =gnosis-completing-read= +that has ido-completing-read by default if vertico/ivy/helm is not +enabled + +** TODO Use vc instead git shell commands |