Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 714 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 714 Bytes

Contributing

Pull Request

  1. Fork repo (https://github.com/jaeyson/ex_typesense/fork)
  2. Clone to your local machine, git clone [email protected]:your_username/ex_typesense.git && cd ex_typesense
  3. Create branch, e.g. git checkout -b manage-backups-and-restores
  4. Commit changes, e.g. git commit -am 'manage backups and restores (snapshots)'
  5. Push the new branch, e.g. git push -u origin manage-backups-and-restores
  6. Create new Pull Request

Local development

Please refer: https://hexdocs.pm/ex_typesense/running_local_typesense.html