Adyen / lume

Lume is a component library for visual representations of data, built for Vue with D3.
https://lumedataviz.com
MIT License
37 stars 1 forks source link

Add "package name" and "package version" fields to the problem report template in the GitHub #378

Closed bponomarenko closed 5 months ago

bponomarenko commented 6 months ago

Feature description

Add two additional fields to the Problem report template in GitHub:

Problem/motivation

When I make a new Problem report to this repository in GitHub, there is already predefined template with required and optional information that has to be filled in. This is very helpful as it allows to collect as much context about the issue as possible, like "Browser" or "OS".

However I think it would be helpful to add two more fields described above as it may be a crucial information to have. For example, some of the issues reported to older version may have been fixed already. So knowing the version can easily highlight if that is "already fixed issue" or it is a "regression issue".

Describe alternatives you've considered

This information can be provided as a free-form input, but it is not asked anywhere. So there is a high chance it will not be provided.

Additional context

No response

Validations