Skip to content

How to Contribute

  1. Clone the repository.
    git clone -b staging git@link_of_repo
    
  2. Create and switch to a new branch
    git switch -c your-new-branch-name
    
  3. Commit changes after development
    git commit -m "Describe your changes"
    
  4. Push to remote repository
    git push -u origin your-branch-name
    
  5. Open a Pull Request on GitHub