Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1002 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (17 loc) · 1002 Bytes

How to contribute

Please, submit your solution if you attended to our meetings or you have been working on this kata by your side. Every contribution is welcoming and valuable!

Create a new solution to this kata

  1. Clone this repo
git clone [email protected]:alicanteswcraft/kata-string-calculator.git
  1. Create a new branch using your Github username and programming language
git checkout -b username-proglang
  1. Work on your solution. It does not really matter if you do not finish it, you can send it whenever you want, as many times you consider.

  2. Do not forget to edit README.md to append your solution within the Contributors section.

  3. Everything ready? Then push your changes and send a pull request.

Report issues

If you see something that could be improved, please open an issue, contribute with your feedback and get involved with us.

❤️ Thank you!