# Creating & Labeling Issues — GitHub

Source: https://www.geekswithgeeks.com/en/github/gh-issues-basics

> A lightweight ticket for bugs, features and tasks, tied to the repo.

## What issues are for

**Issues** track bugs, feature requests and tasks — a lightweight ticket that lives right inside the repo.

## Creating one

Click **New issue**, write a clear title, and describe the bug's reproduction steps or the feature request in the body.

## Labels

Labels like `bug`, `enhancement`, or `good first issue` categorize and let anyone filter issues at a glance.
