21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
|
|
# Issue tracker: Forgejo
|
||
|
|
|
||
|
|
Issues for this repo live on the Forgejo instance at `https://code.tilltheend.de`, repository `tilltheend/unwrap-clothes`. Interact with them through the [`fj`](https://codeberg.org/mvdkleijn/forgejo-cli) CLI.
|
||
|
|
|
||
|
|
- **Origin**: `git@code.tilltheend.de:tilltheend/unwrap-clothes.git`
|
||
|
|
- **Web URL**: `https://code.tilltheend.de/tilltheend/unwrap-clothes`
|
||
|
|
|
||
|
|
## Conventions
|
||
|
|
|
||
|
|
- Use `fj issue list`, `fj issue view <n>`, `fj issue create ...` (and the equivalent `fj label` commands for triage labels) as the primary interface.
|
||
|
|
- When referencing an issue in prose or commits, use the short form `#<n>`.
|
||
|
|
- PRs are **not** a request surface: do not treat merge requests as part of the triage queue. (Flip this flag deliberately if that changes: PRs-as-request-surface = off.)
|
||
|
|
|
||
|
|
## When a skill says "publish to the issue tracker"
|
||
|
|
|
||
|
|
Create the issue with `fj issue create --title ... --description ...` against `tilltheend/unwrap-clothes`, then apply any triage labels from `triage-labels.md`.
|
||
|
|
|
||
|
|
## When a skill says "fetch the relevant ticket"
|
||
|
|
|
||
|
|
Read it with `fj issue view <n>` and follow any linked discussion in the output.
|