commit 5dca47ba8b780622a070cff81918121a25af75da
parent 9f6c1eced438ef97850df5adb75e6426d51b3a1e
Author: nibo <nibo@relim.de>
Date: Sat, 1 Mar 2025 17:51:33 +0100
Add CONTRIBUTING
Diffstat:
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/CONTRIBUTING b/CONTRIBUTING
@@ -0,0 +1,6 @@
+lorid is in an early stage. You could call it beta software.
+If you think you found a bug or you're missing a feature feel
+free to create an issue on gitlab. We can discuss any ideas.
+You can also hack on lorid and send a merge request. I currently
+don't have a specific goal with this chordpro implementation.
+We can see where it leads us.
diff --git a/README.md b/README.md
@@ -1,6 +1,6 @@
# lorid
-lorid is a command line program that implements the chordpro standard.
+lorid is a command line program that implements the [chordpro standard](https://chordpro.org/chordpro).
It is written on Linux but looking at the dependencies you could possibly run
it on other systems too.
@@ -85,3 +85,8 @@ make install
man 1 lorid
man 5 lorid_config
```
+
+## Links
+
+If you are searching for a feature full, open source, well supported chordpro implementation
+also checkout the official one at https://chordpro.org.