Skip to content

Commit 8803f20

Browse files
committed
Make CONTRIBUTING.md a bit more strongly worded
1 parent 8179e83 commit 8803f20

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,13 @@ docker build -t cecli -f docker/Dockerfile .
6464

6565
## Coding Standards
6666

67-
It really helps the merge process if your PR:
67+
In order for your PR to be accepted it must:
6868

69-
1. complies with project coding standards
70-
2. includes test coverage
71-
3. updates the relevant user-facing documentation, including the output of `/help` and `--help` as well as notes in config files and the web-site.
69+
1. Comply with project coding standards (including running the pre-commit formatting hooks)
70+
2. Include test coverage
71+
3. Update relevant user-facing documentation:
72+
- Primary documentation will live in `aider/website/docs/config/`
73+
- Check new cli arguments with the output of `/help` and `--help`
7274

7375
### Python Compatibility
7476

0 commit comments

Comments
 (0)