Skip to content
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

Add issue templates #940

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add issue templates #940

wants to merge 3 commits into from

Conversation

fregante
Copy link
Collaborator

@fregante fregante commented Aug 13, 2024

I labelled all the unlabelled issues just now. These template would make it easier to triage new issues

name: 🐛 Report bug
about: __________________
labels: 'bug'
---
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should probably turn this into an "issue form" and *require a repro URL as specified on:

#428

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

name: 💡 Suggest new type
about: __________________
title: 'Proposal: '
labels: 'type addition'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should also use a "issue form" to ask to search existing requests and types first.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -0,0 +1,6 @@
---
name: 💡 Suggest new type
about: __________________
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why __________________?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the issue selector on Refined GitHub

GitHub requires a second line to further describe the type of issue, but 3/4 words are already enough. If there are too many words on screen people won't read them anyway.

Compare: https://github.com/eslint/eslint/issues/new/choose
To: https://github.com/refined-github/refined-github/issues/new/choose

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a way to set this to null or ""?

Copy link
Collaborator Author

@fregante fregante Aug 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Best I could do is moving the emojis there, but it doesn't look as good

Before After
Screenshot 3 Screenshot 4

Copy link
Collaborator Author

@fregante fregante Aug 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like one of these characters worked 🙂

​‌‍⁠ 
Screenshot 6

Copy link
Collaborator

@Emiyaaaaa Emiyaaaaa Aug 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks better

Copy link
Collaborator

@voxpelli voxpelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a good level for issue forms 👍

And normal issues are still available, right? So that eg we can create issues for stuff like this still :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide playground link in readme and new issues
4 participants