Thank you for considering contributing to FinTechForge! Whether you're fixing a bug, improving documentation, or adding a new feature — your efforts are appreciated.
- Fork the repository to your GitHub account.
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/FinTechForge.git
- Create a branch (
git checkout -b feature/my-new-feature) - Make your changes to the codebase.
- Commit your changes:
git commit -am "Add some feature" - Push to the branch:
git push origin feature/my-new-feature
- Open a Pull Request on the main repository.
- Look for issues labeled
good first issueorbeginner. - Review the Code of Conduct before participating.
- If you need help, open a discussion in GitHub Discussions.
- Node.js & React: Use Prettier and ESLint
- Python: Use Black
- Ensure consistent formatting and linting.
- My code follows the style guidelines.
- I performed a self-review.
- I added necessary documentation.