Add Contributing

2025-07-03 22:54:56 +02:00
parent 120bfab03e
commit 0e71cfffc7

34
Contributing.md Normal file

@@ -0,0 +1,34 @@
# Contributing to Conflux
Thank you for your interest!
## Setup
1. Fork the repository
2. Clone your fork
3. Create a feature branch
4. Submit a pull request
## Building
- JDK 21+
- Standard Gradle build
## Tests
JUnit tests are included, run:
```bash
gradle test
```
## Code Style
* 4-space indentation
* Clean JavaDoc
* Tests should print method names and "...ok" at the end
* Prefer clear, minimal code
---
[[Home]] | [[Changelog]]