💾 Archived View for thebird.nl › gn-gemtext-threads › README.gmi captured on 2023-09-08 at 15:37:39. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-07-16)
-=-=-=-=-=-=-
We have decided to move our existing issue trackers and kanban board to one gemini powered repository! Reasons are:
Issues are simple gemini documents that grow downwards - dating of additions is managed through git. We'll add a proxy to display these documents. The kanban is managed through a directory and symbolic links. A quick index file can be found here:
The tracker
We have a web readable version at
Other discussions on leaving github
https://github.com/bitcoin-core/bitcoin-devwiki/wiki/GitHub-alternatives-for-Bitcoin-Core
You may peruse the issues in this repository using the tissue command-line interface. You can drop into a shell with tissue using
guix shell tissue
List all open issues.
tissue search
Search for open issues matching "genotype database".
tissue search genotype database
Search for closed issues matching "genotype database".
tissue search '(genotype database) AND is:closed'
Search for open issues assigned to pjotrp.
tissue search assigned:pjotrp
Search for open issues tagged gemma.
tissue search tag:gemma tissue search keyword:gemma
Search for closed issues tagged low.
tissue search tag:low AND is:closed