You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ This is a general-purpose GitHub repository template. It contains community heal
11
11
- Keep changes minimal and aligned with the repo's existing style.
12
12
- Do not commit secrets or environment files (`.env`); use `.env.example` instead.
13
13
- Run available linters/formatters/tests before declaring work complete; if none exist, say so.
14
+
- Avoid self-claiming and embedding unverified detail. Never claim you verified something you did not, and do not over-specify routine conventions in comments (e.g. tagging a commit as "GPG-signed" when the repo requires signing by default). State only what you did and observed.
14
15
- Prefer small, focused commits; write subjects as `type(scope): summary` (see `CONTRIBUTING.md`).
15
16
- Use branch naming prefixes: `feat/`, `fix/`, `docs/`, `chore/`, `refactor/`, `test/` (see `CONTRIBUTING.md`).
16
17
- Open PRs early and keep them small — a series of small, merged PRs is easier to review than one large one.
0 commit comments