Forráskód Böngészése

comments/guidance in configuration file example

George C. Privon 8 hónapja
szülő
commit
d51f077a88
2 módosított fájl, 6 hozzáadás és 0 törlés
  1. 4 0
      CHANGELOG.md
  2. 2 0
      config.rkt.example

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 ## v0.3.x
 
+### v0.3.1 (in preparation)
+
+- Annotate example configuration file with guidance.
+
 ### v0.3.0 (20 April 2025)
 
 - Add option to specify date ranges or limits using `--start-date` and `--end-date`. This applies to `list-*` and `stats` command options.

+ 2 - 0
config.rkt.example

@@ -3,6 +3,8 @@
 (provide dbloc
          PIname)
 
+; Update this to provide the path of the proposals SQLite database file
 (define dbloc "/path/to/database")
 
+; Update this to the PI's family name
 (define PIname "Lastname")