Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ Save the contributor’s Figma file as a `.fig` file and open in Figma (it will

Drag and drop, or paste the updated or new icon from the contributer's file into the main Octicons Figma file. Make sure that the SVG only contains a single `path` and that it has relevant component keywords in Figma.

Example:
[<img width="238" alt="components-description" src="https://user-images.githubusercontent.com/10384315/58345539-72f76000-7e0d-11e9-99a1-ee3131f1b8f0.png" />](<img width="238" alt="components-description" src="https://user-images.githubusercontent.com/10384315/58345539-72f76000-7e0d-11e9-99a1-ee3131f1b8f0.png" />)
<figcaption>Add keywords to the component's description field in the Properties panel</figcaption>


## Step 3, Add:

Expand Down
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ action "Export SVG from Figma" {
"FIGMA_TOKEN"
]
env = {
"FIGMA_FILE_URL" = "https://www.figma.com/file/FP7lqd1V00LUaT5zvdklkkZr/Octicons"
"FIGMA_FILE_URL" = "https://www.figma.com/file/XukDYetngFcuFnxEYp090Q/Octicons-Don-s-Serious-Changes-Fix-Paths?node-id=0%3A1"
}
args = [
"format=svg",
Expand Down