ntfy icon indicating copy to clipboard operation
ntfy copied to clipboard

Create Issue Template

Open dschep opened this issue 9 years ago • 0 comments

Go back through closed tickets to see what the most frequently missing needed info was. Basic starting point:

How was ntfy installed?

  • Global pip (sudo pip install ntfy)
  • Single file bin (curl'd)
  • Virtualenv pip (virtualenv foobar && foobar/bin/pip install ntfy)

What version is installed?

$ ntfy --version

What Operating System are you running?

  • Linux
  • MacOS X
  • Windows
  • Other? (BSD?)

What does your config file contain (eg: ~/.ntfy.yml)


---
# paste your yaml :)

dschep avatar May 16 '16 17:05 dschep