|
@@ -0,0 +1,19 @@
|
|
|
|
|
+# Issue tracker: Gogs
|
|
|
|
|
+
|
|
|
|
|
+Issues and specs for this repository live in the internal Gogs Issues:
|
|
|
|
|
+
|
|
|
|
|
+- `http://192.168.110.30:3000/shaoy/city-life-line/issues`
|
|
|
|
|
+
|
|
|
|
|
+## Workflow
|
|
|
|
|
+
|
|
|
|
|
+Issue tracking is used infrequently in the current project workflow. Create, read,
|
|
|
|
|
+comment on, label, and close issues manually through the Gogs web interface.
|
|
|
|
|
+No CLI or API integration is assumed.
|
|
|
|
|
+
|
|
|
|
|
+When a skill says to publish to the issue tracker, prepare the title, body, and
|
|
|
|
|
+labels, then create the issue through Gogs. When a skill says to fetch a ticket,
|
|
|
|
|
+open the referenced Gogs issue and read its description, labels, and comments.
|
|
|
|
|
+
|
|
|
|
|
+## Pull requests as a triage surface
|
|
|
|
|
+
|
|
|
|
|
+Pull requests are not a request or triage surface.
|