cartesi / rollups

Cartesi Rollups
30 stars 12 forks source link

chore: add issue templates #5

Closed gligneul closed 1 year ago

gligneul commented 1 year ago

Add new templates for bug report and feature request.

gligneul commented 1 year ago

Should we create a template for refactors as well? Or should we consider refactors as features?

torives commented 1 year ago

Should we create a template for refactors as well? Or should we consider refactors as features?

They're different things, but I'd say that the template serves both cases well enough. And we can always add a new one later if we change our minds.

renan061 commented 1 year ago

Should we create a template for refactors as well? Or should we consider refactors as features?

@gligneul @torives

I think we can use the same template. I just did it in https://github.com/cartesi/rollups-node/issues/12. I think we can have a refactor tag though.

renan061 commented 1 year ago

I propose we create a (very small) template for the "update dependencies" issue. Also, it feels kind of strange to use the "feature" tag for such a tiny thing, so we can (1) use no tags for those or (2) create a "chore" tag. Tell me what you think.

gligneul commented 1 year ago

I will create another template for technical debt. It should be almost the same, but I agree that the tag should be different. The questions that we ask ourselves are a little bit different as well. For instance, when creating a technical-debt issue, we should ask how the refactor impacts the roadmap.

Regarding the update dependencies template, I agree with it, and we can add a chore tag as well. It makes sense to use the same tags available in Conventional Commits.

gligneul commented 1 year ago

@guidanoli @torives @diegonehab could you take a look again?