ForkHub icon indicating copy to clipboard operation
ForkHub copied to clipboard

'Issue template' support issue

Open FakeTrader opened this issue 9 years ago • 5 comments

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.

FakeTrader avatar Sep 28 '16 06:09 FakeTrader

#158?

TheMolkaPL avatar Sep 28 '16 06:09 TheMolkaPL

@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.

FakeTrader avatar Sep 28 '16 08:09 FakeTrader

What when it's Issue_Template.md for example? The filenames should not be hardcoded, but would be checked by the equalsIgnoreCase method.

TheMolkaPL avatar Sep 28 '16 10:09 TheMolkaPL

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.

FakeTrader avatar Sep 28 '16 11:09 FakeTrader

Thanks for all your testing, I'll take a look at it today.

jonan avatar Sep 28 '16 11:09 jonan