Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 405 Bytes

File metadata and controls

19 lines (13 loc) · 405 Bytes

🤝 Contributing

Contributions are always welcome! Please follow these steps before submitting a PR:

  1. Fork the project

  2. Create your feature branch

    git checkout -b feature/NewFeature
    
  3. Commit your changes

    git commit -m 'Add some NewFeature'
    
  4. Push to the branch

    git push origin feature/NewFeature
    
  5. Open a Pull Request