Skip to main content
We welcome contributions from the community to help improve the FinTag SDK. Whether you’re fixing bugs, adding new features, or improving documentation, your contributions are valuable to us.

How to Contribute

  1. Fork the Repository: Start by forking the FinTag SDK repository on GitHub.
  2. Clone Your Fork: Clone your forked repository to your local machine.
    git clone https://github.com/your-username/fintag-js.git
    
  3. Create a Branch: Create a new branch for your feature or bug fix.
    git checkout -b my-feature-branch
    
  4. Make Changes: Make your changes to the codebase. Ensure that your code follows the existing style and conventions.
  5. Test Your Changes: Run existing tests and add new tests to cover your changes
  6. Commit Your Changes: Commit your changes with a descriptive commit message.
    git commit -m "Add feature X"
    
  7. Push to Your Fork: Push your changes to your forked repository.
    git push origin my-feature-branch
    
  8. Create a Pull Request: Go to the original FinTag SDK repository and create a pull request from your forked repository.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.