Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 1.03 KB

Contributing

First off, thank you for considering contributing to Simple Math Interpreter.

You can help out by doing the following things:

Suggesting a feature

Currently Github Discussions are in beta so you can raise issues for the features that you wanted to be impemented in the interpreter. When Github Discussions comes out of beta, you can suggest new features there.

Bug Reports

Bugs exist in every system. They can irritate you many times. So, to prevent this from hapenning to others, if you find a bug and cannot fix it, please open a issue.

Pull Requests

Thank you for considering to improve the program. You can contribute things other than code like adding documentation, fixing a type, adding samples etc. All contributions are welcome.

If you are adding a new feature, please provide tests for the same.