diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 6a1383aa5..000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -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.