# Contributing to DFShell Contributions are welcomed! This document provides some basic guidelines for contributors. ## Found a bug? - Before creating a Pull Request (PR), make sure there is a corresponding issue for your contribution. If there isn't one already, please create one. - Include the problem description in the issue. ## Pull Requests When creating a PR, please follow these guidelines: - Link your PR to the corresponding issue. - Provide context in the PR description to help reviewers understand the changes. The more information you provide, the faster the review process will be. - Include an example of running the tool with the changed code, if applicable. Provide 'before' and 'after' examples if possible. - Include steps for functional testing or replication. ## Questions If you have any questions or need further guidance, please feel free to ask in the issue or PR, or reach out to the author via Discord: ***@d3ext*** Thank you for your contribution! ## License By contributing your code, you agree to license your contribution under the terms of the [MIT License](https://github.com/D3Ext/DFShell/blob/main/LICENSE). All files are released with the MIT license.