Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 464 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 464 Bytes

Contributing to cbar-currency-rates

We welcome contributions to the cbar-currency-rates project! To contribute, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Test your changes thoroughly.
  5. Commit your changes (git commit -am "Add new feature").
  6. Push to the branch (git push origin feature-branch).
  7. Create a new Pull Request.

Thank you for contributing!