aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2021-02-20 15:36:30 +0100
committerKatharina Fey <kookie@spacekookie.de>2021-02-20 15:36:30 +0100
commit54b40774365c8ed27c53e7eb3ffea0b47baa2082 (patch)
tree59846e133427f7fe95720e00fb8384af96be3da1 /README.md
parent2f401b176b343cf881f3ac3397ffc66808128950 (diff)
Updating READMEs
Diffstat (limited to 'README.md')
-rw-r--r--README.md38
1 files changed, 29 insertions, 9 deletions
diff --git a/README.md b/README.md
index c67a0e9c48eb..e689da070946 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
<div align="center">
- <img src="docs/logo.png" width="256px"/>
+ <img src="docs/logo.png" height="256px"/>
<h1>kookienomicon</h1>
</div>
@@ -15,14 +15,34 @@ Be warned though, there's software ahead ~✨
Following is an overview of components in this repository.
-| Directory | Description |
-|-------------|--------------------------------------------------------------------------------|
-| apps | Applications (graphical and command-line) meant for end-users |
-| development | Libraries and specific tools primarily meant to be used by software developers |
-| docs | Documentation for the kookienomicon |
-| infra | Personal infrastructure projects (namely `libkookie` & my website) |
-| junkyard | Projects I've abandoned and that are considered read-only archives |
-| licenses | Set of license texts in use by projects in this repository |
+| Directory | Description |
+|------------------------------|--------------------------------------------------------------------------------|
+| [apps](./apps) | Applications (graphical and command-line) meant for end-users |
+| [development](./development) | Libraries and specific tools primarily meant to be used by software developers |
+| [docs](./docs) | Documentation for the kookienomicon |
+| [games](./games) | Free software games and game tools |
+| [infra](./infra) | Personal infrastructure projects (namely `libkookie` & my website) |
+| [junkyard](./junkyard) | Projects I've abandoned and that are considered read-only archives |
+| [licenses](./licenses) | Set of license texts in use by projects in this repository |
+| [nix](./nix) | Nix build files and utilities |
+| [prototypes](./prototypes) | Small experiments that don't fit anywhere else |
+
+
+## Contributing
+
+Because the kookienomicon is hosted on a platform that doesn't allow
+public signup, contributing via PRs is not possible. Instead, if you
+want to provide an update to any of the projects hosted in this
+archive, you can do so via e-mail. You can either send a [set of
+patches] to my [public inbox], or host your changes somewhere and send
+me an e-mail [pull request].
+
+For additional help on how to set up git's e-mail tools go [here].
+
+[set of patches]: https://spacekookie.de/blog/collaborating-with-git-send-email/
+[public inbox]: https://lists.sr.ht/~spacekookie/public-inbox
+[pull request]: https://www.git-scm.com/docs/git-request-pull
+[here]: https://git-send-email.io/
## Working with a large repo