Issues can be used to keep track of bugs, enhancements, or other requests. For more information, see "About issues."
Repository administrators can disable issues for a repository. For more information, see "Disabling issues."
Creating an issue from a repository
Tip: You can also create an issue using the GitHub CLI. For more information, see "gh issue create" in the GitHub CLI documentation.
-
On GitHub Enterprise Server, navigate to the main page of the repository.
-
Under your repository name, click Issues.

-
Click New issue.

-
If your repository uses issue templates, click Get started next to the type of issue you'd like to open.
Or, click Open a blank issue if the type of issue you'd like to open isn't included in the available options.

-
Type a title and description for your issue.

-
If you're a project maintainer, you can assign the issue to someone, add it to a project board, associate it with a milestone, or apply a label.
-
When you're finished, click Submit new issue.
Creating an issue from a comment
You can open a new issue from a comment in an issue or pull request. When you open an issue from a comment, the issue contains a snippet showing where the comment was originally posted.
- Navigate to the comment that you would like to open an issue from.
- In that comment, click .

- Click Reference in new issue.

- Use the "Repository" drop-down menu, and select the repository you want to open the issue in.

- Type a descriptive title and body for the issue.

- Click Create issue.

- If you're a project maintainer, you can assign the issue to someone, add it to a project board, associate it with a milestone, or apply a label.
- When you're finished, click Submit new issue.