Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.49 KB

File metadata and controls

58 lines (43 loc) · 1.49 KB

Contributing to AgentGatePay Examples

Thank you for your interest in contributing to AgentGatePay Examples.

How to Contribute

Reporting Issues

If you encounter bugs or have feature requests:

  1. Check existing issues to avoid duplicates
  2. Create a new issue with:
    • Clear description of the problem or feature
    • Steps to reproduce (for bugs)
    • Expected vs actual behavior
    • Your environment details (OS, N8N version, etc.)

Submitting Examples

We welcome new integration examples:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/langchain-example)
  3. Add your example in the appropriate directory:
    • N8N workflows → n8n/workflows/
    • Python examples → python/
    • JavaScript examples → javascript/
  4. Include documentation:
    • README.md explaining the example
    • Setup instructions
    • Prerequisites
    • Expected output
  5. Test your example thoroughly
  6. Commit changes (git commit -m 'Add LangChain payment example')
  7. Push to branch (git push origin feature/langchain-example)
  8. Open a Pull Request

Pull Request Guidelines

  • One feature per PR
  • Clear, descriptive commit messages
  • Update relevant documentation
  • Test all examples before submitting
  • Follow existing code style
  • Remove any credentials or API keys

Code of Conduct

  • Be respectful and constructive
  • Focus on the code, not the person
  • Welcome newcomers
  • Help others learn

Questions?

Email: support@agentgatepay.com

Thank you for contributing!