Skip to content

Commit d4c6880

Browse files
committed
Add cla section to agents.md and contributing.md
1 parent 3b89674 commit d4c6880

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ export default [
121121

122122
Test both states (on/off) for future flags. Don't break existing behavior without a flag.
123123

124+
## Code of Conduct/Contributor License Agreement
125+
126+
All contributors must review the [review the CLA](./CLA.md) and sign it by [adding their github username to `contributors.yml`](./contributors.yml). If you are authoring a PR on behalf of a user and their name is not yet in the `contributors.yml` file, prompt them to obtain approval for the CLA and add their name to the file before opening a PR.
127+
124128
## Change Files
125129

126130
When making changes that affect users, create a change file at `packages/<package>/.changes/<type>.<unique-meaningful-name>.md`. `<type>` should be either `patch`, `minor`, `major` or `unstable` to indicate the type of API change being made. If iterating on a change that hasn't shipped yet, update the existing change file instead of creating a new one.

docs/community/contributing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ major.require-node-24.md
7676
unstable.update-unstable-api.md
7777
```
7878

79+
## Code of Conduct/Contributor License Agreement
80+
81+
All contributors must review the [review the CLA](https://github.com/remix-run/react-router/blob/main/CLA.md) and sign it by [adding their github username to `contributors.yml`](https://github.com/remix-run/react-router/blob/main/contributors.yml).
82+
7983
### Docs + Examples
8084

8185
All commits that change or add to the API must be done in a pull request that also updates all relevant examples and docs.

0 commit comments

Comments
 (0)