@vyckr/ttid
Version:
A lightweight, time-based identifier generator that tracks creation, update, and deletion timestamps using a progressive format.
14 lines (9 loc) • 873 B
Markdown
Create a GitHub issue. Describe the bug or feature request as the argument. Usage: /issue <description>
Determine whether the description sounds like a bug or a feature request, then create the issue with `gh issue create` using the following structure:
**For a bug:**
- Title: "fix: <short description>"
- Body sections: **Describe the bug**, **Steps to reproduce**, **Expected behaviour**, **Actual behaviour**, **Possible cause** (reference relevant lines in `src/index.ts` if applicable), **Environment** (Bun version, TypeScript version).
**For a feature request:**
- Title: "feat: <short description>"
- Body sections: **Problem**, **Proposed solution**, **Alternatives considered**, **Affected API** (list any methods in `src/types/ttid.d.ts` that would change).
Apply the appropriate label (`bug` or `enhancement`) via `--label`. Print the issue URL when done.