Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 823 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 823 Bytes

Contributing to NCalc

Your contribution to NCalc is more than welcome! Here are some suggestions on how you can help us!

Discussions

You can create, whenever you think necessary, a issue to solve your doubts or suggest improvements! We will respond as soon as possible!

Documentation

You can create articles describing NCalc features and how to use them. We use DocFX to render markdown documents.

Improvements

Open an issue, develop your improvement and open a Pull Request explaining it! Tell us what you do, and wait for our return!

Tests

Write unit tests for our features that are not covered by tests yet. We use XUnit as a testing library.

Fixes

Found any bugs? Open an issue for us to analyze or develop your fix, it will be greatly appreciated as we use NCalc on several production systems.