build: Initialize SDLC for this project and create a feature with slug 'add-...
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
6119e098c4
commit
7ee22adb20
9
.sdlc.ts
Normal file
9
.sdlc.ts
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import { SDLCConfig, defaultConfig } from 'sdlc';
|
||||||
|
|
||||||
|
export default function makeConfig(): SDLCConfig {
|
||||||
|
const config: SDLCConfig = defaultConfig;
|
||||||
|
|
||||||
|
// Customize configuration here
|
||||||
|
|
||||||
|
return config;
|
||||||
|
}
|
||||||
6
.sdlc/features/add-hello-endpoint/feature.json
Normal file
6
.sdlc/features/add-hello-endpoint/feature.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"slug": "add-hello-endpoint",
|
||||||
|
"title": "Add /hello endpoint to API service",
|
||||||
|
"status": "planning",
|
||||||
|
"createdAt": "2026-02-03T02:59:00Z"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user