Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1021 Bytes

CONTRIBUTING.md

File metadata and controls

51 lines (40 loc) · 1021 Bytes

Contributing

Overview

  1. Fork it!

  2. Create your feature branch:

    git checkout -b feature/my-feature
  3. Commit your changes:

    git commit -am 'Add some feature'
  4. Push to the branch:

    git push origin my-new-feature
  5. Submit a pull request

Development

First time only

  1. As a prerequisite, this extension must be installed in a legitimate way.
  2. Set the environment variables used during development and describe them in the .env file.
    # modify it to suit your environment
    PYTHONPATH=/usr/lib/python3/dist-packages
    PYTHON3=/usr/bin/python3

Always

  1. Launch Ulauncher for development.
    make start
    
  2. Run main.py in this repository with environment variables. Environment variables depend on the environment, so modify them accordingly.
    make dev

Finished

The Ulauncher service has been stopped, so restart it.

make restart-service