-
Notifications
You must be signed in to change notification settings - Fork 145
Module Slugs Naming Proposal #46
Copy link
Copy link
Closed
Labels
InfrastructureIssues for the overall performance plugin infrastructureIssues for the overall performance plugin infrastructureNeeds DevAnything that requires development (e.g. a pull request)Anything that requires development (e.g. a pull request)[Type] DocumentationDocumentation to be added or enhancedDocumentation to be added or enhanced[Type] EnhancementA suggestion for improvement of an existing featureA suggestion for improvement of an existing feature
Metadata
Metadata
Assignees
Labels
InfrastructureIssues for the overall performance plugin infrastructureIssues for the overall performance plugin infrastructureNeeds DevAnything that requires development (e.g. a pull request)Anything that requires development (e.g. a pull request)[Type] DocumentationDocumentation to be added or enhancedDocumentation to be added or enhanced[Type] EnhancementA suggestion for improvement of an existing featureA suggestion for improvement of an existing feature
Type
Fields
Give feedbackNo fields configured for issues without a type.
As the number of modules is gonna grow, having just /modules/{module-slug} can lead to difficulties when trying to find one.
Maybe a different approach would help us in the future to easily identify, to which focus area they belong to, for instance:
/modules/{focus}/{module-slug}
/modules/{focus}-{module-slug}