Skip to content

Commit

Permalink
chore: add issue template for tokens updates request
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Sep 23, 2024
1 parent 2c182fe commit 42ca261
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/token_update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Token Update Request
description: Please fill out the following details for your token update request.
title: "[Token Update] - Title"
labels: ["📀 token", "🔍 triage"]
assignees: ["ludovic35", "pylapp"]
body:
- type: markdown
attributes:
value: |
### Type of tokens
Please fill the checkboxes of the token type you want to update:
- [ ] Raw token (i.e. associated to _SwiftUI_ or _Swift_ value)
- [ ] Semantic token (i.e. pointing to a raw token)
- [ ] Component token (i.e. pointing to a semantic token, used for a component)
- type: textarea
id: description
attributes:
label: Description
description: Describe your need in details
- type: textarea
id: motivation_context
attributes:
label: Motivation & Context
description: Why is this change required? What problem does it solve?
- type: markdown
attributes:
value: |
### Types of change
Please fill the suitable items in the list:
- [ ] Add new tokens
- [ ] Update existing tokens (i.e. change name or value)
- [ ] Remove existing token
- type: markdown
attributes:
value: |
### Checklist for Core Team
- [ ] Tokens have been updated
- [ ] Documentation have been updated
- [ ] Unit tests have been updated
- [ ] Retrocompatibility has been checked, or broken API have been flagged as deprecated without a workaround
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- [Tool] GitHub issue template for tokens update request
- [Library] Add letter spacing and more font family tokens for typography ([#51](https://github.com/Orange-OpenSource/ouds-ios/issues/51))
- [Library] Add `elevationX200` raw token ([#119](https://github.com/Orange-OpenSource/ouds-ios/issues/119))

Expand Down

0 comments on commit 42ca261

Please sign in to comment.