Issues Policy - WithLithum/CityCompanion GitHub Wiki
Ever since, we have some problems needs to be dealt with. And usually, you can't code. So, you need to let us know so we can fix it. And how you let us know - is using Issues.
Labels
We assign labels to distinguish between issue types, progresses, workflow and priorities.
Priority
We assign priority based on severity and type of the issue. For example, a crash is likely to get higher priorities.
This is a list of all priorities we have for now:
- P0 - blocker We fixes blocker as soon as possible.
- P1 - critical We fixes critical issues as soon as we have dealt with all show blockers.
- P2 - Major We fixes major issues at next minor version together with all other issues.
- P3 - Minor We fixes minor issues when we have time for minor issues, usually after several releases.
- P4 - Trivial We fixes trivial issues only if we touches the part where such issue lives in.
Type
There is two ways that your issue get type assigned:
- Through a template.
- Assigned by us.
This is a list of all types:
- Crash
- Docs
- Feature
- Generic Bug
- Malfunction
Resolution
We add resolution labels when an issue has been closed.
- Fixed We have fixed the bug.
- Implemented We have implemented the feature request.
- Duplicate The issue was duplicate. We usually post a comment on close to indicate the location of the issue.
- Invalid The issue does not fit the requirements of being an issue.
- Wont Fix We acknowledged the issue, but it is not yet possible to fix it at the present time.