- Tips: 200-500 word quick advice
- Guides: 1000+ word tutorials
- Concepts: 500-1000 word explanations
- Debugging: Error solutions
- Tools: Tool recommendations
- Resources: Curated links
- Clear and concise
- Action-oriented
- Include examples
- Beginner-friendly explanations
- Use proper Markdown
- Include code blocks with language tags
- Add headings for structure
- Link to related content
- No plagiarism - cite sources
- Test all code examples
- Proofread for errors
- Use inclusive language
- Fork the repository
- Create branch:
git checkout -b feature/your-contribution - Add content following guidelines
- Update index: Add to relevant README.md
- Commit:
git commit -m 'Add: description' - Push:
git push origin feature/your-contribution - Open Pull Request with clear description
- Use kebab-case:
my-new-tip.md - Be descriptive:
fixing-merge-conflicts.mdnotfix.md - Match content: filename should reflect the title
- Content follows guidelines
- All code examples tested
- Markdown properly formatted
- Section README.md updated
- Links work correctly
- No spelling/grammar errors
Your contributions help developers worldwide!