Thank you for considering contributing to Deletor!
Here’s how you can help improve this project.
If you’re new to open source, check out these good first issues:
(Look for the good first issue label in Issues).
- Check if the bug is already reported in Issues.
- Provide details:
- OS version - Steps to reproduce - Expected vs actual behavior - Logs if possible
- Open an Issue with the
enhancementlabel. - Describe the use case and proposed solution.
- Fork the repository.
- Branch from
main:git checkout -b fix/2-parallel-processing
- Commit changes:
git commit -m "feat: #2 parallel file processing" - Push and open a Pull Request with:
- Screenshots/logs if applicable.
Prerequisites
- Go 1.20+
Steps
- Clone the repository
- Install dependencies
- Run tests or build
Clone the repo
git clone https://github.com/pashkov256/deletor.git - Formatting: Use
gofmt. - Comments: Document public functions with GoDoc.
Feel free to reach out on Telegram
🙌 Thank you for contributing!