Skip to content

Conversation

@fgrdz
Copy link

@fgrdz fgrdz commented Oct 4, 2023

Description

I added a python algorithm, which converts integers to roman numerals

Copy link
Owner

@kelvins kelvins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @fgrdz, thanks for the contribution, a few comments:

  • Add a main function (example) as a validation/example of usage
  • Make sure you follow the PEP8 style guide
  • Make sure the CI workflow is passing (lint and link checkers)
  • Translate the comments to English
  • Rename the file to roman_numerals.py
  • Add this new algorithm to the README (Extra section)
@kelvins
Copy link
Owner

kelvins commented Nov 17, 2023

Closing stale PR (more than 30 days without interactions).
Feel free to reopen it if you still want to contribute. 🍻

@kelvins kelvins closed this Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants