-
Notifications
You must be signed in to change notification settings - Fork 372
issue labeling scheme
terhorstd edited this page Nov 28, 2016
·
8 revisions
Each PR and Issue is labeled along five "dimensions", each with its own color family:
- C: Component
- I: Interface
- P: Progress
- S: Severity
- T: Type
- Documentation updates, fixes, ...
- changes in the build system or CI scripts
- changes in the SLI iterpreter
- changes in the NEST kernel
- new or modified neuron or synapse models
- changes in the high level python interface of NEST
- changes to the semantics of parameters or return values, while keeping the same API
- changes in the effect of a method
- change that requires users of NEST to change their code accordingly
- change that modifies the calls to functions not usually handled by users
- NEST developers need to be aware about the new structure/parameters/methods...
- no change to any API that would break existing code
- anything that compiled before should still compile afterwards
- changes to the user interface
- Critical, bugs that need to be fixed asap.
- default priority for bugs, important enhancements
- default priority for everything but bugs, bugs that appear in very corner cases
- Ideas, Wishlist, everything that needs comments from the community or has to be condensed to a more concrete plan
NEST Homepage: www.nest-simulator.org
NEST Initiative: www.nest-initiative.org