Skip to content

Contributing

Salehin Ashfi edited this page Jun 2, 2026 · 1 revision

Contributing

Dotify is open source and contributions are very welcome — bug reports, feature requests, documentation improvements, and code all help make the project better.


Reporting Bugs

  1. Check existing issues first to avoid duplicates.
  2. Open a new issue and include:
    • Your OS and Python version
    • Dotify version (dotify --version)
    • The full command you ran
    • The error output (run with --log-level DEBUG for full detail)

Suggesting Features

Open an issue with the enhancement label and describe:

  • What you want Dotify to do
  • Why it would be useful
  • Any implementation ideas you have

Submitting a Pull Request

  1. Fork the Dotify repository.
  2. Create a feature branch:
    git checkout -b feature/your-feature-name
    
  3. Make your changes and commit with a clear message.
  4. Push your branch and open a Pull Request against main.
  5. Describe what your PR does and why.

Contact

Channel Link
GitHub @AsHfIEXE
Email salahin0ashfi@gmail.com
Issues GitHub Issues

⭐ If Dotify has been useful to you, a star on the repository goes a long way!

# Contributing

Dotify is open source and contributions are very welcome — bug reports, feature requests, documentation improvements, and code all help make the project better.


Reporting Bugs

  1. Check [existing issues](https://github.com/AsHfIEXE/Dotify/issues?q=is%3Aissue) first to avoid duplicates.
  2. [Open a new issue](https://github.com/AsHfIEXE/Dotify/issues/new) and include:
    • Your OS and Python version
    • Dotify version (dotify --version)
    • The full command you ran
    • The error output (run with --log-level DEBUG for full detail)

Suggesting Features

Open an issue with the enhancement label and describe:

  • What you want Dotify to do
  • Why it would be useful
  • Any implementation ideas you have

Submitting a Pull Request

  1. Fork the [Dotify repository](https://github.com/AsHfIEXE/Dotify).
  2. Create a feature branch:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit with a clear message.
  4. Push your branch and open a Pull Request against main.
  5. Describe what your PR does and why.

Contact

Channel Link
GitHub [@AsHfIEXE](https://github.com/AsHfIEXE)
Email salahin0ashfi@gmail.com
Issues [GitHub Issues](https://github.com/AsHfIEXE/Dotify/issues)

⭐ If Dotify has been useful to you, a star on the [repository](https://github.com/AsHfIEXE/Dotify) goes a long way!

Clone this wiki locally