What is the issue for Github?

14

In Github I noticed that there is an option called issue .

I've already asked questions there, but I noticed that there are some specific tags for a issue (which does not seem to be just a question).

After all, what's the use of this issue ?

    
asked by anonymous 03.12.2015 / 12:48

4 answers

8

Issue in github is where users contribute or application end users report problems / bugs encountered. This makes it easier to correct the problem and obtain information to simulate problems.

    
03.12.2015 / 12:51
3

Issues is translated by Problemas .

Issues in github is a great way to keep track of tasks, improvements, and bugs for your projects. They are similar to an email except that they can be shared and discussed with the rest of your team.

You can report bugs, typos, and even a possible solution to a problem faced by a particular library.

Translated portion of this source:

link

    
03.12.2015 / 13:15
2

It would be like the stackoverflow of each application, where it associates the tags so others can help with their problem, or get information.

    
03.12.2015 / 12:56
-1

Issue is a "space" where you can report a bug or defect. But it is also possible to suggest some improvement or new functionality. It is very useful also for those who want to contribute with a project. You can get an issue and try to help / resolve.

    
02.08.2018 / 22:06