Skip to content

Commit 59aff2a

Browse files
authored
Merge pull request #5758 from processing/label-update
Label update
2 parents 919cffa + 07670ec commit 59aff2a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/existing-feature-enhancement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body:
2828
- label: WebGL
2929
- label: Build Process
3030
- label: Unit Testing
31-
- label: Localization Tools
31+
- label: Internalization
3232
- label: Friendly Errors
3333
- label: Other (specify if possible)
3434
- type: textarea

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body:
2828
- label: WebGL
2929
- label: Build Process
3030
- label: Unit Testing
31-
- label: Localization Tools
31+
- label: Internalization
3232
- label: Friendly Errors
3333
- label: Other (specify if possible)
3434
- type: textarea

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ body:
2222
- label: WebGL
2323
- label: Build Process
2424
- label: Unit Testing
25-
- label: Localization Tools
25+
- label: Internalization
2626
- label: Friendly Errors
2727
- label: Other (specify if possible)
2828
- type: input

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
- '\[[xX]\]\s*Build Process'
2727
"Unit Testing":
2828
- '\[[xX]\]\s*Unit Testing'
29-
"Localization":
30-
- '\[[xX]\]\s*Localization Tools'
29+
"Internalization":
30+
- '\[[xX]\]\s*Internalization'
3131
"Friendly Errors":
3232
- '\[[xX]\]\s*Friendly Errors'

contributor_docs/issue_labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ All the Area labels are now coordinated with the [src folder](https://github.co
4141
All the labels below are coordinated with the rest of the steward [focus areas](https://github.com/processing/p5.js#stewards).
4242
* Build Process
4343
* Unit Testing
44-
* Localization Tools
44+
* Internalization
4545
* Friendly Errors
4646
* Documentation
4747

0 commit comments

Comments
 (0)