28 lines
1.3 KiB
Text
28 lines
1.3 KiB
Text
import { Meta } from '@storybook/blocks';
|
|
import { parameters } from '../utils/docsPage.js';
|
|
|
|
<Meta title="Guides/Getting help" parameters={{ ...parameters }} />
|
|
|
|
# Getting help
|
|
|
|
🚨 **If you're on deadline**, talk to your editor who can point you to the nearest developer.
|
|
|
|
If you're _off_ deadline, we use GitHub issues to track things that need fixing up or could be improved. Use one of the links below to create a new issue.
|
|
|
|
---
|
|
|
|
### Is something wrong in the code?
|
|
|
|
🏷️ [Click here](https://github.com/reuters-graphics/graphics-components/issues/new?labels=%F0%9F%90%9B%20bug&assignees=hobbes7878) to create an issue on GitHub and report any bugs you've found. It's **very** helpful if you also share a link to any repo you're working in where you've spotted the bug.
|
|
|
|
---
|
|
|
|
### Is something wrong in the docs?
|
|
|
|
🏷️ [Click here](https://github.com/reuters-graphics/graphics-components/issues/new?labels=%F0%9F%93%9A%20documentation&assignees=hobbes7878) and tell us which docs are incorrect, unclear or could otherwise be improved.
|
|
|
|
---
|
|
|
|
### Have an idea for a new component or how to improve an existing one?
|
|
|
|
🏷️ [Click here](https://github.com/reuters-graphics/graphics-components/issues/new?labels=%F0%9F%9A%80%20new%20feature&assignees=hobbes7878) and tell us more.
|