Skip to content

Latest commit

 

History

History
executable file
·
31 lines (19 loc) · 1.28 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
31 lines (19 loc) · 1.28 KB

Contributing Guidelines

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

Reporting Issues

A great way to contribute to the project is to raise an issue.

Please make sure to include a detailed description on how you encountered the bug so that it can be reproduced without great efforts. The better a bug can be reproduced, the faster it can be fixed!

Pull Requests

We'd love to see your pull requests, even if it's just a typo correction!

However, any significant improvement should be associated to an existing issue.

Note that if you are adding a new feature, or refactoring or changing the behavior of an existing one in any manner, you'll likely want to document the changes.

This can easily be achieved by adding comments on your code or in the PR description.

Getting started

  1. Fork the Money_CLI repository.

  2. Clone it.

  3. Run the project.

    dotnet run -- (-h|--help)
  4. You choose! Play around, implement something.