How to Contribute
- Fork the Repository: Start by forking the FinTag SDK repository on GitHub.
-
Clone Your Fork: Clone your forked repository to your local machine.
-
Create a Branch: Create a new branch for your feature or bug fix.
- Make Changes: Make your changes to the codebase. Ensure that your code follows the existing style and conventions.
- Test Your Changes: Run existing tests and add new tests to cover your changes
-
Commit Your Changes: Commit your changes with a descriptive commit message.
-
Push to Your Fork: Push your changes to your forked repository.
- Create a Pull Request: Go to the original FinTag SDK repository and create a pull request from your forked repository.