'Issue template' support issue
Some repos use lowercase filename 'issue_template.md', you can check this repo https://github.com/shadowsocks/shadowsocks-android. It seems ForkHub only load the uppercase ones.
Here is another issue. Some repos have issue template at other place, MS VS Code, for example, have it in root folder. Meanwhile the filename is lowercase, so I am not sure if it is the place or the lower/upper case that causes the issue.
#158?
@TheMolkaPL For some reasons, some repo's issue templat is not loaded on my phone, made me thought there was no support for that. Forgive me for forgetting to search the existing issues first.
I have figured out the cause and revised the scription of this issue. I move the original post here.
Some repos have issue templates, and some developers are not willing to respond to issues which are not following the templates. I wish you could add issue templat support.
What when it's Issue_Template.md for example? The filenames should not be hardcoded, but would be checked by the equalsIgnoreCase method.
I have created a repo for testing. You can check https://github.com/ayopmail/test.
Here is what I found. The website will load the 'first' issue_template. The ForkHub app only load the ISSUE_TEMPLATE.
Considering that no one will use multiple template files, ignoring case maybe the easiest way.
Thanks for all your testing, I'll take a look at it today.