-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Labels in issue templates #12412
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
Labels in issue templates #12412
Conversation
| - Support questions are better asked in one of the following locations: | ||
| - [Solidity chat](https://gitter.im/ethereum/solidity) | ||
| - [Stack Overflow](https://ethereum.stackexchange.com/) | ||
| - [Solidity chat](https://gitter.im/ethereum/solidity) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to reference the linked Matrix chat here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally, I always give people the gitter link because it just drops you directly on the channel without having to go through any nag screens about downloading the client.
Maybe we should list both?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is true, so let's stay with gitter as long as it still works.
| --- | ||
| name: Bug Report | ||
| about: Bug reports about the Solidity Compiler. | ||
| labels: ["bug :bug:"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently (at least that's how I have handled it), the label served the purpose of "confirmed bug". What do we want to do about that? Just keep the label and use the project columns to track confirmed / not confirmed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I had doubts about this myself because of that system. Maybe we should actually change it? I think it would be useful to have this stuff immediately categorized and a confirmed label would have more obvious meaning - the current system is a bit too implicit.
But I can remove it from the template if you prefer to stay with the current system.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's use the columns in the project to mark it as confirmed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, so not in New issues means that it's confirmed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
argotorg/solidity-blog#159 (comment) by @christianparpart gave me and idea that we could automatically apply labels in our issue templates.
The PR also does some minor cleanup in templates: