Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.59 KB

issues.md

File metadata and controls

64 lines (46 loc) · 1.59 KB

Managing Issues

Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. GitHub issue connects automatically with your commit messages making it easy to reference other issues & closing bug without even touching the interface.

Table of Contents

Create
Search
Milestrone
Label

## Create
  1. Open the project repository.
  2. Click the Issue button at the right menu.
  3. Write a title and description.
  4. Select one assignee
## Search

The Issues and Pull Requests search bar allows you to define your own custom filters and sort by a wide variety of criteria. The full list of search filters are listed on this guide.

Take a look at React's issues: alt text

## Milestrone

Create a milestrone and track your issues in your dashboard.

GitHub can help you help manage your Scrum projects. Create a milestrone for your sprint.

  1. Click the issues button.
    alt text
  2. Click create milestrone button.
  3. Modify issues and the select the right milestrone.
## Label

Labels allow you to further filter the collection of issues. Use labels to custom your Issue Management in a Scrum project.

Define the priority

  • high
  • medium
  • low

Assign velocity points

  • use Fibonacci number

Easily filter items

  • bug
  • feature
  • task