Overview
We need to change the label applied by the "Feature request" issue template from documentation to enhancement, because every feature suggestion opened through it is currently filed as documentation work. This makes the documentation label useless as a filter and hides real feature requests from anyone browsing by enhancement.
Action Items
Resources/Instructions
Overview
We need to change the label applied by the "Feature request" issue template from
documentationtoenhancement, because every feature suggestion opened through it is currently filed as documentation work. This makes thedocumentationlabel useless as a filter and hides real feature requests from anyone browsing byenhancement.Action Items
.github/ISSUE_TEMPLATE/feature_request.md, change the front matter linelabels: documentation(line 5 at time of writing) tolabels: enhancement. If the line number has drifted, it is thelabels:key in the YAML front matter at the top of the file, betweentitle:andassignees:.main, verify: open https://github.com/hackforla/incubator/issues/new/choose, start a "Feature request", and confirm the right-hand Labels box showsenhancementand notdocumentation. Close the draft without submitting. This step cannot be done from the PR branch — GitHub serves issue templates from the default branch only, so the change is invisible until it merges. Don't close this issue until you have checked.Resources/Instructions
documentationandenhancementalready exist as labels in this repo, so no label needs creating: https://github.com/hackforla/incubator/labels