-
I'd like to contribute a patch to netbox but don't know where to put it right. I think that a certain part of the Network Interface descriptions would benefit from a change, with a small few-lines patch. (in nuce: remove bandwidth indicators from InfiniBand interfaces for good reason). I understand that PRs must be preceeded by accepted issues, but the Issue I want to submit does not seem to fit the "Bug" category (it is a non-functional change in descriptions only) nor a "Feature Request" (since I'd already have a proposed solution), nor "Documentation Change" (since it pertains code), nor "Housekeeping". So, where to put it? Maybe it's just a simple language barrier thing for me, but I somehow missing an "everything else" category in the issue creation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
It's a "Feature Request". In that ticket, you describe the change you want to make (from the user's point of view). You then create a separate pull request with the patch, and reference the feature request issue number. |
Beta Was this translation helpful? Give feedback.
It's a "Feature Request". In that ticket, you describe the change you want to make (from the user's point of view).
You then create a separate pull request with the patch, and reference the feature request issue number.