Thank you for your interest in contributing to FCS API! We welcome contributions from the community.
- Check if the bug has already been reported in Issues
- If not, create a new issue with:
- Clear title and description
- Steps to reproduce
- Expected vs actual behavior
- Your environment (OS, language version, etc.)
- Check existing Issues for similar suggestions
- Create a new issue with the "feature request" label
- Describe the feature and its use case
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature) - Make your changes
- Test your changes thoroughly
- Commit with clear messages (
git commit -m "Add: your feature description") - Push to your fork (
git push origin feature/your-feature) - Open a Pull Request
Add:for new featuresFix:for bug fixesUpdate:for updates to existing featuresDocs:for documentation changesRefactor:for code refactoring
- Follow the existing code style in the project
- Add comments for complex logic
- Keep functions small and focused
- Write clear variable and function names
- Check our API Documentation
- Open an issue for questions
By contributing, you agree that your contributions will be licensed under the same license as the project.
Thank you for contributing!