REQUEST: Repository maintenance on sig-end-user
Affected Repository
https://github.com/open-telemetry/sig-end-user
Requested changes
I think GitHub does not automatically enable issue templates when folks add .md files to .github/ISSUE_TEMPLATE (see example). Could you enable it? I believe a standard template needs to be chosen to work?
Purpose
We'd like to use issue templates.
Expected Duration
Permanently
Repository Maintainers
@open-telemetry/sig-end-user-maintainers
I believe the problem is that somehow the .github directory name in that repo ends with a space (see the encoded %20 in the link below):
https://github.com/open-telemetry/sig-end-user/tree/main/.github%20/ISSUE_TEMPLATE
I don't know how that even happened in the first place.... but thanks for pointing it out!
This is now solved. Thanks Trask!