mackdk / gnome-github-manager

Integrate GitHub within the GNOME Desktop Environment
GNU General Public License v2.0
8 stars 2 forks source link

Adhere to GNOME Shell Extensions Review Guidelines #3

Closed mackdk closed 1 year ago

mackdk commented 1 year ago

Changes needs to be made to adhere to GNOME extensions policies. In particular:

  1. [x] Make sure no objects are created before enable() and everything is cleaned up in disable()
  2. [x] Evaluate logging messaging and configure a default INFO level
  3. [x] Evaluate metadata and schema requirements