-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using multiple issue templates with a repository #9
Comments
This is way way bigger scoped, but having an open source github would definitely make this much more doable! As long as GH is closed these problems are going to keep on coming up.
…On August 4, 2017 7:12:38 AM PDT, Richard Littauer ***@***.***> wrote:
[GitHub Issue
Templates](https://github.com/blog/2111-issue-and-pull-request-templates)
are great, but they are somewhat misnamed: you can't have multiple
templates, but only a single template which automatically loads. This
template inevitably fails to deal with all possible open issues. For
instance, questions are not the same as bug reports.
Short of including a line in a template saying `Delete this template if
it does not apply`, are there other strategies to working with
repositories which need multiple types of issue templates? Is this
problem easily abstracted, and can it thus be streamlined?
This is an open question.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#9
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
Completely out of scope. 🔭 GitLab would be useful for that. But a better way of framing it might be this: given constraints on a form, how does one most effectively sidestep them? |
Why is this out of scope? A simple button "use template" in the issue creation would be enough. This would be really helpful. |
Because I don't have access to GitHub's codebase. It's not a solution if I can't use it. :/ |
@RichardLitt I built a bot for generating markdown templates for different scenarios https://github.com/apps/template Any feedback or issues about this bot are welcomed : ] |
Pretty cool, @liuderchi! Can I make my own templates? It isn't clear from the documentation. |
@RichardLitt No we can not use personal templates. Good news is custom-template is WIP and hopefully will be shipped in next release. |
@liuderchi: where did you hear that "custom-template is WIP"? |
Ah ok, thanks! |
then we will need to wait ... :( |
GitHub Issue Templates are great, but they are somewhat misnamed: you can't have multiple templates, but only a single template which automatically loads. This template inevitably fails to deal with all possible open issues. For instance, questions are not the same as bug reports.
Short of including a line in a template saying
Delete this template if it does not apply
, are there other strategies to working with repositories which need multiple types of issue templates? Is this problem easily abstracted, and can it thus be streamlined?This is an open question.
The text was updated successfully, but these errors were encountered: