Create Issue Template
Open
- Dominant language
- Python
- Stars
- 5k
- Forks
- 216
- PR merge metrics
- No merged PRs in 30d
Description
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?**
``` shell
$ 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 :)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.