We welcome contributions to the cbar-currency-rates project! To contribute, please follow these guidelines:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Test your changes thoroughly.
- Commit your changes (
git commit -am "Add new feature"
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
Thank you for contributing!