Skip to content

Commit 2a62192

Browse files
GiggleLiuclaude
andcommitted
Add contributing guide to README
- Authorship recognition for 10+ non-trivial reduction contributions - Claude Code workflow using /issue-to-pr skill with [action] PR trigger - Manual contribution guidelines 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b726db2 commit 2a62192

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,28 @@ cargo test --all-features
8989
cargo doc --all-features --no-deps --open
9090
```
9191

92+
## Contributing
93+
94+
### Authorship Recognition
95+
96+
**Contribute 10 non-trivial reduction rules and you will be automatically added to the author list of the paper.**
97+
98+
### Using Claude Code (Recommended)
99+
100+
1. Find or create a GitHub issue describing your contribution
101+
2. Run the issue-to-pr skill:
102+
```
103+
/issue-to-pr <issue-number>
104+
```
105+
3. Brainstorm with Claude using `superpowers:brainstorming` to clarify requirements
106+
4. The skill creates a PR starting with `[action]`, which automatically triggers Claude CI to implement the plan
107+
108+
### Manual Contribution
109+
110+
1. Follow guides in `.claude/rules/` for adding reductions or models
111+
2. Run `make test clippy export-graph` before submitting
112+
3. Ensure >95% test coverage for new code
113+
92114
## License
93115

94116
MIT License - see [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)