Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 824 Bytes

File metadata and controls

30 lines (21 loc) · 824 Bytes

Contributing

We welcome contributions! Please follow these guidelines:

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Guidelines

  • 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

Adding New Features

When adding a new Git or GitHub feature:

  1. Add it to the Table of Contents
  2. Provide a clear description
  3. Include relevant commands or URLs
  4. Add code examples in proper language blocks

Thank you for contributing!