Skip to content

Commit 57b334c

Browse files
authored
Merge branch 'main' into dependabot/uv/scripts/aidlc-evaluator/evaluator-deps-1925f92427
2 parents c1aafa0 + ecc3841 commit 57b334c

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,26 @@ Include:
6161

6262
## Contributing via Pull Requests
6363

64-
Before sending a pull request:
64+
### Start with an issue
65+
66+
We encourage opening an issue before working on a PR. It helps us and the community understand what you have in mind, discuss the approach, and align on scope before you invest time writing code. For small fixes like typos or lint corrections, feel free to go straight to a PR.
67+
68+
### AI-generated contributions
69+
70+
PRs produced by AI coding agents are welcome and follow the same process. Start with an issue, align on scope, and meet the quality bar.
71+
72+
### Submitting your PR
6573

6674
1. Work against the latest `main` branch
6775
2. Check existing open and recently merged PRs
68-
3. Open an issue first for significant changes
76+
3. Fork the repository
77+
4. Make your changes (keep them focused)
78+
5. Use clear commit messages following [conventional commits](https://www.conventionalcommits.org/) (e.g., `feat:`, `fix:`, `docs:`)
79+
6. Submit the PR and respond to feedback
6980

70-
To submit:
81+
### PR closure
7182

72-
1. Fork the repository
73-
2. Make your changes (keep them focused)
74-
3. Use clear commit messages following [conventional commits](https://www.conventionalcommits.org/) (e.g., `feat:`, `fix:`, `docs:`)
75-
4. Submit the PR and respond to feedback
83+
We review every PR and want to help contributions land. To maintain project quality, we may close PRs that are out of scope or don't follow the guidelines described here. If that happens, you're always welcome to open an issue and try again.
7684

7785
## Code of Conduct
7886

0 commit comments

Comments
 (0)