Skip to content

Commit c65a7c3

Browse files
chore: add AI tooling and GitHub templates
- Remove .rules (consolidated into AGENTS.md) - Symlink .github/copilot-instructions.md -> AGENTS.md - Add .gitattributes to mark generated files (lockfile, manifest, docs) - Add GitHub issue templates (bug report, feature request) - Add pull request template
1 parent 34156e9 commit c65a7c3

6 files changed

Lines changed: 63 additions & 14 deletions

File tree

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Generated files — collapse in PR diffs, skip in AI review
2+
pnpm-lock.yaml linguist-generated
3+
oclif.manifest.json linguist-generated
4+
docs/commands/readme.md linguist-generated
5+
dist/** linguist-generated
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug report
3+
about: Report something that isn't working
4+
labels: bug
5+
---
6+
7+
## What happened
8+
9+
<!-- A clear description of the bug. -->
10+
11+
## Steps to reproduce
12+
13+
1.
14+
2.
15+
3.
16+
17+
## Expected behavior
18+
19+
<!-- What should have happened instead. -->
20+
21+
## Environment
22+
23+
- Shopkeeper version:
24+
- Node version:
25+
- OS:
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest a new feature or improvement
4+
labels: enhancement
5+
---
6+
7+
## Problem
8+
9+
<!-- What problem does this solve? Why is it needed? -->
10+
11+
## Proposed solution
12+
13+
<!-- How should it work? -->
14+
15+
## Alternatives considered
16+
17+
<!-- Other approaches you thought about, if any. -->

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../AGENTS.md

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## What changed
2+
3+
<!-- Describe the changes in this PR. -->
4+
5+
## Why
6+
7+
<!-- What problem does this solve or what feature does it add? -->
8+
9+
## How to test
10+
11+
<!-- Steps to verify this works. -->
12+
13+
## Notes
14+
15+
<!-- Anything reviewers should know — trade-offs, follow-ups, etc. -->

.rules

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)