We welcome contributions! Please follow these guidelines:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Keep entries concise and informative
- Include code examples where applicable
- Add links to official documentation when available
- Follow the existing format and structure
- Test all code snippets before submitting
When adding a new Git or GitHub feature:
- Add it to the Table of Contents
- Provide a clear description
- Include relevant commands or URLs
- Add code examples in proper language blocks
Thank you for contributing!