How to suggest a template for issues in the repo

githubgithub-issues

I was wondering if there is a way to suggest a template to users that submit issues to my GitHub repository. Basically, whenever one of them opened the Issues form, I'd like for something like this to show up:

### What I want

-
-

### What I need it for

-
-

### When I need it 

-

So I wouldn't need to browse through poorly detailed, or excessively verbose issues when I need to set priorities.

It doesn't have to be on GitHub per se, I'm ok with a third-party client (even a paid one).

Best Answer

Simply create {user}/{repository}/.github/ISSUE_TEMPLATE.md with any content you would like to see. It will be pasted automatically into newly created issues. You could also put it openly in the root directory of the repository, use lowercase, use a different supported file extension (like .txt) or omit it altogether.