Contributing

We welcome contributions! To get started:

  1. Fork the repository on GitHub.

  2. Clone your fork locally:

    git clone https://github.com/<your-username>/drf-oauth-toolkit.git
    
  3. Create a new branch for your feature or bugfix:

    git checkout -b feature/my-feature
    
  4. Make changes and test thoroughly.

  5. Submit a pull request with a detailed description of your changes.

For more details, see our contribution guidelines.