-
Notifications
You must be signed in to change notification settings - Fork 206
ROADMAP handling #232
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Clear and concise description of the problem
I wonder how to best handle ROADMAP files, In my opinion they should reside under README.md.
But there is a lot of projects using a ROADMAP file(s) with or without a file extension, eg ROADMAP, ROADMAP.png etc.
Suggested solution
- Would it be reasonable to use this token syntax?
{
"README*": "ROADMAP*.$(extname)"
}Check vscode docs for more explanation regarding tokens
Alternative
{
"README*": "ROADMAP*.$(extname), ROADMAP"
}Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request