π Contributing to Deletor
April 27, 2025 Β· View on GitHub
Thank you for considering contributing to Deletor!
Hereβs how you can help improve this project.
π First-Time Contributors
If youβre new to open source, check out these good first issues:
(Look for the good first issue label in Issues).
π§βπ» How to Contribute
1. Report a Bug
- Check if the bug is already reported in Issues.
- Provide details:
- OS version - Steps to reproduce - Expected vs actual behavior - Logs if possible
2. Suggest a Feature
- Open an Issue with the
enhancementlabel. - Describe the use case and proposed solution.
3. Submit Code
- 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.
π§ Development Setup
Prerequisites
- Go 1.20+
Steps
- Clone the repository
- Install dependencies
- Run tests or build
Steps
Clone the repo
git clone https://github.com/pashkov256/deletor.git
π Code Guidelines
- Formatting: Use
gofmt. - Comments: Document public functions with GoDoc.
β Need Help?
Feel free to reach out on Telegram
π Thank you for contributing!