mirror of
https://github.com/yamadashy/repomix.git
synced 2026-09-19 06:00:49 +08:00
docs(contributing): Require issue discussion before submitting PRs
Add guidance that new features, behavior changes, and non-trivial fixes should be discussed in an issue before a PR is opened. PRs without prior discussion may be closed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+7
-1
@@ -16,7 +16,13 @@ Repomix is maintained by Yamadashy ([@yamadashy](https://github.com/yamadashy)).
|
||||
|
||||
## Pull Requests
|
||||
|
||||
Before submitting a Pull Request, please ensure:
|
||||
For new features, behavior changes, or non-trivial fixes, please open
|
||||
or comment on an issue first to discuss the direction. This helps us
|
||||
align on design and scope before any code is written, and avoids wasted
|
||||
effort on both sides. PRs submitted without prior discussion may be
|
||||
closed.
|
||||
|
||||
Before submitting, please ensure:
|
||||
|
||||
1. Your code passes all tests: Run `npm run test`
|
||||
2. Your code adheres to our linting standards: Run `npm run lint`
|
||||
|
||||
Reference in New Issue
Block a user