refactor: make ARNES external-repo based with ticket publish flow
This commit is contained in:
@@ -11,15 +11,32 @@
|
||||
"in_progress",
|
||||
"blocked",
|
||||
"done"
|
||||
],
|
||||
"valid_types": [
|
||||
"feature",
|
||||
"fix",
|
||||
"bug",
|
||||
"chore"
|
||||
]
|
||||
},
|
||||
"template_feature_schema": {
|
||||
"id": "F-001",
|
||||
"title": "Título de la feature",
|
||||
"description": "Descripción funcional",
|
||||
"type": "feature",
|
||||
"title": "Short ticket title",
|
||||
"problem": "Need change",
|
||||
"goal": "Make flow better",
|
||||
"scope_in": [
|
||||
"Core flow"
|
||||
],
|
||||
"scope_out": [
|
||||
"No redesign"
|
||||
],
|
||||
"priority": "med",
|
||||
"risk": "low",
|
||||
"description": "Problem: ... Goal: ... Scope IN: ... Scope OUT: ... Type: ... Priority: ... Risk: ...",
|
||||
"acceptance": [
|
||||
"Criterio 1",
|
||||
"Criterio 2"
|
||||
"Flow works end to end",
|
||||
"No break old behavior"
|
||||
],
|
||||
"status": "pending",
|
||||
"created_at": "YYYY-MM-DD",
|
||||
|
||||
Reference in New Issue
Block a user