Skip to content

Commit 218b876

Browse files
committed
Add CONTRIBUTING.md - XMRT standards
1 parent 75e2678 commit 218b876

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CONTRIBUTING.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Contributing to xmrt-test-env
2+
3+
Welcome to the XMRT ecosystem! 🔐 Your contributions help build a more private and free financial future.
4+
5+
## How to Contribute
6+
7+
### Code Contributions
8+
1. Fork the repository
9+
2. Create your feature branch (`git checkout -b feature/PrivacyEnhancement`)
10+
3. Commit your changes (`git commit -m 'Add zero-knowledge proof support'`)
11+
4. Push to the branch (`git push origin feature/PrivacyEnhancement`)
12+
5. Open a Pull Request
13+
14+
### Security & Privacy
15+
- Report security issues privately to xmrtsolutions@gmail.com
16+
- Never commit private keys or sensitive data
17+
- Follow cryptographic best practices
18+
- Ensure user privacy is maintained
19+
20+
### Testing
21+
- Write tests for new features
22+
- Ensure all tests pass
23+
- Test on multiple networks (mainnet, testnet)
24+
- Verify privacy features work as intended
25+
26+
## Code Standards
27+
- Follow blockchain best practices
28+
- Document cryptographic implementations
29+
- Ensure code is auditable
30+
- Maintain backwards compatibility
31+
32+
## Questions?
33+
34+
Join our community:
35+
- Website: https://xmrt.io
36+
- Email: xmrtsolutions@gmail.com
37+
38+
*Building Financial Freedom, One Block at a Time* 🚀

0 commit comments

Comments
 (0)