Contribution Guidelines
Last updated
Last updated
Follow the
Use 4 spaces for indentation
Maximum line length: 120 characters
Use @notice
for public function documentation
Use @dev
for implementation details
Use ESLint with provided configuration
Use Prettier for formatting
Use TypeScript for new code
Write JSDoc comments for public APIs
Code Documentation
Document all public functions
Explain complex logic
Update relevant documentation files
README Updates
Keep installation instructions current
Document new features
Update examples when needed
Before Submitting
Run all tests locally
Ensure code is formatted
Update documentation
Check for breaking changes
During Review
Respond to comments promptly
Make requested changes
Rebase if needed
Keep PR scope focused