Skip to content

Commit fda190f

Browse files
committed
Update issue labeler to include new steward areas
1 parent 0ede2fb commit fda190f

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.github/ISSUE_TEMPLATE/2-found-a-bug.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ body:
1919
- label: Math
2020
- label: Typography
2121
- label: Utilities
22+
- label: p5.strands
2223
- label: WebGL
23-
- label: Build process
24-
- label: Unit testing
25-
- label: Internationalization
26-
- label: Friendly errors
24+
- label: DevOps, Build process, Unit testing
25+
- label: Internationalization (i18n)
26+
- label: Friendly Errors
2727
- label: Other (specify if possible)
2828
- type: input
2929
attributes:

.github/labeler.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,17 @@
2222
- '\[[xX]\]\s*Utilities'
2323
"Area:WebGL":
2424
- '\[[xX]\]\s*WebGL'
25+
"Internationalization":
26+
- '\[[xX]\]\s*Internationalization'
27+
"DevOps":
28+
- '\[[xX]\]\s*Build Process'
29+
"DevOps":
30+
- '\[[xX]\]\s*Unit Testing'
2531
"Build Process":
2632
- '\[[xX]\]\s*Build Process'
2733
"Unit Testing":
2834
- '\[[xX]\]\s*Unit Testing'
29-
"Internationalization":
30-
- '\[[xX]\]\s*Internationalization'
3135
"Friendly Errors":
3236
- '\[[xX]\]\s*Friendly Errors'
37+
"p5.strands":
38+
- '\[[xX]\]\s*p5.strands'

0 commit comments

Comments
 (0)