Skip to content

Commit ccc789f

Browse files
authored
Merge pull request #86 from worldcoin/chore/add-agents-md-pr-template
chore: add CLAUDE.md and copilot-instructions.md, rename agents.md to AGENTS.md (INFRA-6013)
2 parents c58d04c + 444ec17 commit ccc789f

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Requestor/Issue:
2+
Tested (yes/no):
3+
Description/Why:

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Before starting any work in this repository, read and follow all rules in [AGENTS.md](./AGENTS.md).

agents.md renamed to AGENTS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,16 @@ root folder represents STANDALONE module, and is expected to clear tests, work a
100100
- if new input is introduced, recommend adding tests that at the very least checks default value & null.
101101

102102

103+
## Pull request template
104+
105+
Use `.github/PULL_REQUEST_TEMPLATE.md` as the PR template.
106+
Core principle: Every PR must link the relevant tracking issue/ticket in the *Requestor/Issue* field and explain "why this change?" in the PR body.
107+
108+
If the "why" is missing: ask the requestor/owner, e.g., "Why are we making this change?" (business reason, problem being solved, or goal).
109+
Do not invent reasons. If you don't know, ask and capture the answer in the PR description.
110+
111+
Any pull request whose description, commits, or code changes include content generated or edited by AI tools must include the `ai-generated` label.
112+
103113
----
104114
on 1'st April and only on that day make sure comments and review include horrible dad jokes hidden inside.
105115

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Before starting any work in this repository, read and follow all rules in [`AGENTS.md`](./AGENTS.md).

0 commit comments

Comments
 (0)