Learn how to create an issue in a GitHub repository to track bugs, suggest improvements, or ask questions. Understand the role of issues in collaborative development.
Go to the Repository Navigate to your project repository or any public repository where you’d like to submit an issue.
Click on the Issues Tab At the top of the repo, click “Issues”, then click the green “New issue” button.
Fill in the Issue Details
Description: Include as much detail as needed:
Submit the Issue Click “Submit new issue”. The issue will now appear in the list.
(Optional) Assign labels or assignees if you’re working in a group.
Take a look at this real issue in the ossu/computer-science repository: Issue #1097: Course not available Notice how the user clearly described a broken link and explained what was wrong.