Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.64 KB

File metadata and controls

40 lines (25 loc) · 1.64 KB

Contributing to DiskDoctor

First off, thanks for taking the time to contribute! ❤️

All types of contributions are encouraged and valued. See the Table of Contents for different ways to help and details about how this project handles them. Please make sure to read the relevant section before making your contribution. It will make it a lot easier for us maintainers and smooth out the experience for all involved. The community looks forward to your contributions.

Table of Contents

I Have a Question

If you want to ask a question, we assume that you have read the available Documentation.

Before you ask a question, it is best to search for existing Issues that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.

I Want To Contribute

Reporting Bugs

  • Make sure that you are using the latest version.
  • Read existing documentation.
  • Search the existing issues.
  • Create an issue providing as much context as possible.

Suggesting Enhancements

  • Open a new issue with a clear title and detailed description.

Styleguides

Commit Messages

  • Use the Conventional Commits specification.
  • feat: add new file walker
  • fix: correct calculation of directory size