Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 715 Bytes

File metadata and controls

18 lines (13 loc) · 715 Bytes

Contributing directly to SehawqDB

First off, thanks for taking the time to contribute! 🎉

How to Contribute

  1. Fork the repository on GitHub.
  2. Clone your fork locally.
  3. Create a new branch (git checkout -b feature/amazing-feature).
  4. Make your changes and write tests.
  5. Run tests to ensure nothing broke (npm test or node test-files/tier4-test.js).
  6. Commit your changes (git commit -m 'Add amazing feature').
  7. Push to the branch (git push origin feature/amazing-feature).
  8. Open a Pull Request.

Reporting Bugs

Please use the Bug Report Template.