Issues
Github issues tasks created in relation to the current project and aim to give direction into what features/bugs are planned for the current version of the project.
Overview of an issue
Github issues contain the following information to describe the type of task that the issue aims to accomplish:
Title: A simple to read title of what the issue aims to resolveIssue Number: A numeric identifier for the issue that can be used to easily reference the issue elsewhereDescription: A more detailed description of what the issue aims to resolveAssignees: Contributors that have been assigned to handle the taskLabels: A label or set of labels that describes the issue and additional needs to resolve itenhancement: A new feature for the projectbug: A bug or issue with the current implementation of the projectdocumentation: Improvements or additions to the project's documentationduplicate: A issue that is a duplicate of an already exisiting issue or pull requestgood first issue: Issues that are good for new contributors of an already exisiting projecthelp wanted: Additional attention is needed on this issue to resolve itinvalid: There is a problem with the Github issue that needs to be addressedquestion: Additional information is needed before the issue can be resolvedwontfix: Issues that are known but not currently planned to be addressed
Type: A simple type for the issue that describes what kind of work needs to be doneBug: An unexpected problem or behavior with the current implementation of the projectFeature: A request, idea, or new functionality that will enhance the current implementation of the projectTask: General tasks that address a very specific part of the project
Projects: Associated Github projects that the issue is linked toMilestone: Project milestones that this issue is related toDevelopment: A link to the Pull Request or branch that is made to solve the issue
Example issue created for the Community Wiki project:

Navigating issues
When navigating the issues section of a Github repository you will see a list of open issues organized from newest to oldest as you go down the list.
From this list you can see the title of each issue which gives a short explanation of it, if there is anyone assigned to the issue on the right hand side of the issue card, and if there are any pull requests currently open that aim to resolve the issue.
You can see a more detailed version of the issue by selecting one of these items where discussions related to the issue can be discussed along with requesting that the issue be assinged to a specific user for implementation.
