Skip to content

Commit 65144d5

Browse files
authored
Merge pull request #287 from ErichBSchulz/patch-1
Enhance CONTRIBUTING.md with PR guidelines
2 parents bd59dc2 + 849432a commit 65144d5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ docker build -t cecli -f docker/Dockerfile .
6464

6565
## Coding Standards
6666

67+
It really helps the merge process if your PR:
68+
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.
72+
6773
### Python Compatibility
6874

6975
Aider supports Python versions 3.9, 3.10, 3.11, and 3.12. When contributing code, ensure compatibility with these supported Python versions.
@@ -152,4 +158,4 @@ The project's documentation is built using Jekyll and hosted on GitHub Pages. To
152158
bundle exec jekyll serve
153159
```
154160

155-
The built documentation will be available in the `aider/website/_site` directory.
161+
The built documentation will be available in the `aider/website/_site` directory.

0 commit comments

Comments
 (0)