Skip to content

Commit 74db816

Browse files
jesseouecursoragent
andcommitted
chore: improve GitHub contribution templates
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 048dbc7 commit 74db816

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,13 @@ body:
2323
label: Expected behavior
2424
validations:
2525
required: true
26+
- type: input
27+
id: version
28+
attributes:
29+
label: Version or commit
30+
description: Package version, registry URL, or commit SHA where the issue appears.
31+
- type: textarea
32+
id: environment
33+
attributes:
34+
label: Environment
35+
description: OS, Node.js version, pnpm version, and target framework/app.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
- [ ] No secrets or local env files
1414
- [ ] No private company/customer references
1515
- [ ] Docs updated
16-
- [ ] Agent skill updated if module behavior changed
16+
- [ ] Maintenance skill updated if module behavior changed
17+
- [ ] Generated registry output updated if manifests changed
1718
- [ ] Screenshots/GIFs contain demo data only

.github/labeler.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,28 @@ registry:
1010
- "registry.json"
1111
- "registry/**"
1212
- "public/r/**"
13+
- "packages/registry/**"
1314

1415
cli:
1516
- changed-files:
1617
- any-glob-to-any-file:
1718
- "apps/cli/**"
1819

20+
web:
21+
- changed-files:
22+
- any-glob-to-any-file:
23+
- "apps/web/**"
24+
25+
packages:
26+
- changed-files:
27+
- any-glob-to-any-file:
28+
- "packages/**"
29+
30+
examples:
31+
- changed-files:
32+
- any-glob-to-any-file:
33+
- "examples/**"
34+
1935
ci:
2036
- changed-files:
2137
- any-glob-to-any-file:

0 commit comments

Comments
 (0)