Add Tag Issue Template#2540
Conversation
Add an issue template for creating tags, which redirects people towards the correct repository.
shtlrs
left a comment
There was a problem hiding this comment.
Great idea, just one tiny comment.
| @@ -0,0 +1,17 @@ | |||
| name: Tag Suggestion | |||
| description: Suggest a new tag. | |||
| title: I DID NOT READ THE INSTRUCTIONS | |||
There was a problem hiding this comment.
I would suggest making it clearer, as this currently sounds like an "inside joke". (The fact that people never read the instructions, so we made this)
For example
| title: I DID NOT READ THE INSTRUCTIONS | |
| title: TAG ISSUES GO TO THE META REPO, PLEASE READ THE FOLLOWING INSTRUCTIONS |
|
I think it would be neater to use |
|
Also, looking at https://github.com/facebook/react/issues/new/choose it seems the option to create a blank issue is pretty hidden away. If we want to add a template for this I think we'd have to add ones for normal usage too. |
Nice ! I didn't know these existed. |
|
I'm going to close this as it's been stale for a while and I don't think it's close to merging. Given my second comment:
I think this would need to go along with #1599 so I'd consider this something that should be solved as part of that issue. |
People (contribs, staff, and core-devs alike) have often been confused by where to create issues for adding new tags. Creating issues on this repository makes the most sense - issue follows implementation - but it's rarely the correct option. Tag suggestions issues are never about implementation details, but specific tag details such as: do we want this? what form do we want it in? etc.
These questions can not be discussed adequately on this repository as it's difficult to gain traction and get people seeing it. The meta repository is a much better location for it, and hence the tag suggestion template exists. This is an attempt at guiding people towards it.