Labels - kbonset/RIOT GitHub Wiki
We use "labels" in the issue tracker to help classify pull requests and issues. Using labels enables maintainers and users to quickly find issues they should look into, either because they experience them, or because it meets their area of expertise.
Explanations
If you are unsure what a label is about or which labels you should apply to a PR or issue, look no further!
Techonology Related
- ports:
armhas to do with the ARM family of boards and processorsavrhas to do with the AVR family of boards and processorsmsphas to do with the MSP family of boards and processorsnativehas to do with the native family of boards and processors (i.e. the emulator)x86has to do with the X86 family of boards and processors
- modules:
coresomething about the RIOT kernel core (i.e. anything in /core)networkany part of the network codetestssomething with either the test applications or the unittests (i.e. anything in /tests)posixconcerns the POSIX support RIOTpkgis anything in the /pkg directory
C++concerning the c++ support in RIOTmakethe build system is concernedosxonly concerns MAC OS X users (tends to be a complicated platform)windowsonly concerns Windows users
Universal Classification
api changethis will need user code changesbugthis issue/PR is about an errorcleanupa refactoring, tidying up, dead code removal, ... issue/PRdocumentationhas to do with documentation - API, wiki or internalenhancementthis issue/PR is about the extension of existing functionalitymajorsome "big" or "complicated" thing, possibly API changingminorsome little thing - does not change the API, should be easy to review/implementnew featureissue/PR is about a new feature, i.e. functionality that does not exist alreadyquestiona question issue (this is a convenience feature for people who don't like IRC and mailing lists)duplicatethere exists another issue/PR on the same subject
Process Related
NEEDS SQUASHINGthe commits in this PR should be sqashed prior to mergingNewbie-Task-Candidatea good task if you're new to RIOT - not too complicated, might give you an insightRequest for Commentsa draft PR or brain storming issue - should encourage others to provide inputWIP(Work In Progress) unfinished PR - might be interesting to look into if you need the feature/issue it implements/fixesWaiting For Other PR- depends on a different PR (should be mentioned in the PR description), can be merged only after the other PR has been mergedReady for CI buildenables the CI to perform compile testsbackporting-needed- a PR with this label set signals that it contains a bug fix for an issue also present in the latest supported release and should be backported to the corresponding release branch*TF- labels ending inTFbelong to a certain Task Force- Labels applied to closed but possibly relevant issues (so you might want to look for those):
memothe issue/PR will not be fixed/finished now, might be useful for referencewontfixthe issue will most likely never be fixedinvalida non-issue, might contain an explanation of what went wrong in case you stumble upon the same issue
Assorted
PR-award-nomineea PR that is noteworthy and deserves an award- Artificial labels introduced by huboard (warning: site is quite slow)
0 - Backlog1 - Ready2 - Working3 - Done