- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 27.3k
 
06. Working with issues
        Ilkka Seppälä edited this page Oct 29, 2022 
        ·
        15 revisions
      
    It is important to maintain correct information on the issues. In this project we organize Github labels into groups as follows.
Epic
- epic: architecture
 - epic: build issue
 - epic: dependencies
 - epic: design
 - epic: developer wiki
 - *epic: documentation
 - epic: ide issue
 - epic: new pattern
 - epic: web site
 
Info
- info: good first issue
 - info: hacktoberfest
 - info: help wanted
 - info: needs splitting
 
Priority
- priority: low
 - priority: normal
 - priority: high
 
Resolution
- resolution: duplicate
 - resolution: fixed
 - resolution: won't fix
 
Type
- type: bug
 - type: enhancement
 - type: feature
 - type: refactoring
 - type: support
 - type: task