Contributing to BCRA API Connector

We welcome contributions to the BCRA API Connector project! This document provides guidelines for contributing to the project.

Getting Started

  1. Fork the repository on GitHub.

  2. Clone your fork locally.

  3. Create a new branch for your feature or bug fix.

  4. Make your changes and commit them with clear, descriptive commit messages.

  5. Push your changes to your fork on GitHub.

  6. Submit a pull request to the main repository.

Code Style

  • Follow PEP 8 guidelines for Python code.

  • Use meaningful variable and function names.

  • Write clear comments and docstrings.

Testing

  • Add tests for new features or bug fixes.

  • Ensure all tests pass before submitting a pull request.

Reporting Issues

  • Use the GitHub issue tracker to report bugs or suggest features.

  • Provide as much detail as possible, including steps to reproduce for bugs.

Pull Requests

  • Clearly describe the problem and solution in the PR description.

  • Include any relevant issue numbers.

  • Keep PRs focused on a single change rather than multiple unrelated changes.

Thank you for contributing to BCRA API Connector!