Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

why is Issues tab not present in my repo's github page?

Tags:

git

github

I want to create issues in my repo to create technical debts present in the repo. But I am not able to see the issues tab. For other repos the issues tab present below the pulkl request tab. How can I enable the issues tab for my repo ?

like image 958
Ajay Avatar asked Apr 17 '15 07:04

Ajay


People also ask

How do I access issues on GitHub?

On GitHub.com, navigate to the main page of the repository. Under your repository name, click Issues. Click New issue.

What is an issue in GitHub?

GitHub Issues is a lightweight issue-tracking system that is available in all GitHub repositories. When you create a GitHub repo, you get GitHub Issues out of the box, and more often than not, you keep using it as your project evolves. In most cases, GitHub Issues is used for reporting bugs and requesting features.

Why can't I see my repository on GitHub?

This can happen when App Center doesn't have permission granted to your GitHub organization. By default, the access is granted to personal repository only, not including organization repository. When you initially set up the access to GitHub, you probably have missed it.


1 Answers

You have to enable the Issues first. You can do that by clicking to Settings and enable the Issues section. Then you can use it.

enter image description here

like image 95
René Höhle Avatar answered Oct 13 '22 15:10

René Höhle