Delete CONTRIBUTING.md

This commit is contained in:
Leon.C 2026-05-08 10:06:58 +08:00 committed by GitHub
parent 8c50c01865
commit 6c7fc9615b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,30 +0,0 @@
# Contributing to free-programming-books
Thank you for your interest in contributing!
## How to Contribute
1. Fork the repository
2. Create a feature branch (`git checkout -b feature/your-contribution`)
3. Add your resource to the appropriate list
4. Ensure alphabetical ordering within sections
5. Commit your changes (`git commit -m 'Add [Resource Name]'`)
6. Push to the branch (`git push origin feature/your-contribution`)
7. Open a Pull Request
## Guidelines
- Resources must be free (no paid content)
- Use the format: `[Title](URL) - Description (optional)`
- Check for duplicates before adding
- Keep descriptions concise
- Follow existing formatting and alphabetical ordering
## Reporting Issues
Please use GitHub Issues to report broken links or suggest improvements.
## Code of Conduct
This project follows a code of conduct. By participating, you agree to
be respectful and constructive in all interactions.