We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fcae75 commit f9f3a55Copy full SHA for f9f3a55
META.scm
@@ -0,0 +1,14 @@
1
+;; SPDX-License-Identifier: AGPL-3.0-or-later
2
+;; META.scm - Project metadata and architectural decisions
3
+
4
+(define project-meta
5
+ `((version . "1.0.0")
6
+ (architecture-decisions . ())
7
+ (development-practices
8
+ ((code-style . "rescript")
9
+ (security . "openssf-scorecard")
10
+ (testing . "property-based")
11
+ (versioning . "semver")
12
+ (documentation . "asciidoc")
13
+ (branching . "trunk-based")))
14
+ (design-rationale . ())))
0 commit comments