Dedicated issue templates for different parts of inlang #1097
Replies: 1 comment 4 replies
-
Does GitHub support dropdowns to select which app?
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
Opening an issue currently is done through a big textarea with some prefilled content. Some people have troubles opening the issue with the correct formatting. And they probably also don't know what kind of information we need in order to resolve the issue. Which means we have to write a comment and wait for them to respond, which could take another day until we can start investigating.
Solution
GitHub offers a way to retrieve information in a structured way with issue templates.
You can already find an example for our bug reports here.
Each part (IDE, SDK, plugins, CLI, Editor, ...) could create its own issue template and define important fields there. e.g. the
SvelteKit
version for the SDK or the browser version for the Editor etc.. This could result into the situation, where we already have all information we need in order to start fixing the issue, without another loop of interaction.Another great benefit would be to be able to already define the labels and assign the persion in charge to that issue, resulting in faster awareness of an incoming issue.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions