Skip to content

Commit 384856c

Browse files
Add explicit RULES.md, RULES_CITATIONS.md, and update CONTRIBUTING.md (#4236)
* Add missing tools/generate Signed-off-by: Steve Coffman <steve@khanacademy.org> * Add Rules, Rules Citations, and update contributions guidelines Signed-off-by: Steve Coffman <steve@khanacademy.org> --------- Signed-off-by: Steve Coffman <steve@khanacademy.org>
1 parent eb02ae9 commit 384856c

5 files changed

Lines changed: 570 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ Bug fixes are welcome and should come with appropriate test coverage.
2222

2323
New features should be made against the `next` branch.
2424

25+
### Coding Guidelines
26+
27+
Before opening a pull request, please read [RULES.md](./RULES.md). It describes the coding
28+
practices we expect — error handling, context discipline, concurrency, testing, and how to
29+
work with generated code and the `_examples` module. If you use an AI coding assistant, point
30+
it at that file; PRs are reviewed against those standards regardless of how the code was
31+
produced. Attribute contributions to the people who directed the work, not to the tool — do not add AI-tool `Co-authored-by:` lines or "Generated with …" trailers to commits or PRs.
32+
2533
### License
2634

2735
By contributing to gqlgen, you agree that your contributions will be licensed under its MIT license.

0 commit comments

Comments
 (0)