Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ Closes #
## How to Test


## AI Assistance

- [ ] This PR was written largely with AI assistance.
- Tool / model:

18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,24 @@ git remote add origin https://github.com/YOUR_USERNAME/actionbase.git
5. Commit: `git commit -m "feat(scope): description"`
6. Push & create PR

## AI-Assisted Pull Requests

AI-assisted pull requests are welcome, provided that you:

- Note in the PR description if the changes were largely written by AI.
- Name the AI tool and model that produced them (e.g., Claude Code, Cursor,
Codex, ChatGPT).
- Understand the changes — be ready to discuss any line.
- Write the PR description and reply to reviewers in your own voice. Do not
paste AI-generated text into review threads.
- Read through the diff yourself before opening the PR.
- Run a code-review pass with your AI tool (e.g., `/review` in Claude Code
or Codex CLI) before submitting.
- Follow the conventions in [`CODING_STYLE.md`](CODING_STYLE.md) and the
test rules in [`TESTING.md`](TESTING.md).

_Inspired by [SlateDB's contribution policy](https://github.com/slatedb/slatedb/blob/main/CONTRIBUTING.md) — thanks to the SlateDB team for codifying these norms._

## Translations

Translations are managed through Translation Memory (TM) files. Here's how to contribute:
Expand Down
Loading