Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 466 Bytes

File metadata and controls

25 lines (18 loc) · 466 Bytes

Contributing to Smart-FAQ

Thank you for your interest in contributing!

How to Contribute

  1. Fork the repository
  2. Create a new branch
    git checkout -b feature-name
  3. Make your changes
  4. Commit changes
    git commit -m "Add feature"
  5. Push branch
    git push origin feature-name
  6. Open a Pull Request

Guidelines

  • Follow clean coding practices
  • Write meaningful commit messages
  • Add comments where necessary

Happy coding 🚀