# Issue Labels

## Correct use of labels for issue triaging

### Main Labels

Bug Feature Enhancement

### Emergency

These are issues that block critical flows for example Ledger issues such us (double charging, no charging, wrong charging, wrong assigning of subscriptions) Log in issues (user can't log in, user can't make a contribution) Expectation of resolving: immediately - On-call schedule applies

### High Priority

These are issues that are impacting critical flows without blocking them or issues not on the critical flows that are widespread for example: Manage subscriptions (cancel, update) CSS issues in critical flows or system wide Expectation of resolving: when resuming work, before working on ongoing main projects

### Priority

Issues that can wait for a week. Expectation of resolving: within the week. They don't take precedence over ongoing projects.

### Complexity Labels

Understand the amount of energy and time it the issue needs. Simple: 2hs or less Medium: a day max Complex: +a day

### Area

Backend Frontend Documentation Localisation Design Ledger Tiers Events Expenses Notifications Reporting

## Extra Labels:

### Bug Fix Friday (BFF)

Team label to classify what bugs we want to look at on Friday.

### Good first issue

Good practice for someone new.

### Up for Grabs + Team

Enhancements, improvements, issues that impact the team only To be grabbed by team-members when in between main projects or to do something different every now and then.\
Expectation of resolving: within a month.

### Up for Grabs

Good contained issue for someone outside of the core team to take a stab at it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentarians.gitbook.io/metadocumentation/internal/issue-labels.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
