Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add new template issue for tech team #2133

Merged
merged 3 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/design-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ body:
- Foundations
- Component
- Content
validations:
required: true
- type: 'textarea'
id: 'description'
attributes:
Expand Down
13 changes: 7 additions & 6 deletions .github/ISSUE_TEMPLATE/design-figma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ body:
attributes:
value: |
*Please provide the clearest summary of your purpose. This will help us to answer you quickly and accurately.
Thanks for contributing by creating this issue! ❤️*

Thanks for contributing by creating this issue! ❤️*
- type: dropdown
id: figma
attributes:
Expand All @@ -18,14 +19,12 @@ Thanks for contributing by creating this issue! ❤️*
- Dataviz palette - Divergent
- Dataviz palette - Sequential
- Feedback
- Forms
- Forms
- Icons
- Illustrations
- Navigation




validations:
required: true
- type: dropdown
id: components
attributes:
Expand Down Expand Up @@ -63,6 +62,8 @@ Thanks for contributing by creating this issue! ❤️*
- Toggle
- Tooltip
- Others
validations:
required: true
- type: 'textarea'
id: 'current-behavior'
attributes:
Expand Down
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/design-update-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ body:
attributes:
value: |
*Please provide the clearest summary of your purpose. This will help us to answer you quickly and accurately.
Thanks for contributing by creating this issue! ❤️*

Thanks for contributing by creating this issue! ❤️*
- type: dropdown
id: components
attributes:
Expand Down Expand Up @@ -44,6 +45,8 @@ Thanks for contributing by creating this issue! ❤️*
- Toggle
- Tooltip
- Others
validations:
required: true
- type: 'textarea'
id: 'description'
attributes:
Expand Down
104 changes: 104 additions & 0 deletions .github/ISSUE_TEMPLATE/tech-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
name: '[Tech] Bug report 🐛'
description: 'beta'
labels: ['tech', 'bug']
body:
- type: 'markdown'
attributes:
value: |
### Hi! 🙃

Thanks for creating an issue 🫰!

Have you before check others issues ?

Please provide the clearest summary of your purpose. This will help us to answer you quickly and accurately. 👍
- type: dropdown
id: component
attributes:
label: For which component?
options:
- Theming
- Accordion
- Alert
- AspectRatio
- Avatar
- Badge
- Box
- Breadcrumb
- Button
- ButtonGroup
- Card
- Checkbox
- DatePicker
- DateTimePicker
- Drawer
- DropdownMenu
- Emoji
- EmojiPicker
- Field
- FileDrop
- FileUpload
- Flex
- Grid
- Hint
- Icons
- IconsFont
- InputText
- Label
- Link
- Loader
- MarkdownEditor
- Modal
- Pagination
- PasswordInput
- Picker
- Popover
- RadioGroup
- RadioTab
- Search
- Select
- Shape
- Slider
- Stack
- Swiper
- Table
- Tabs
- Tag
- Text
- Textarea
- TimePicker
- Toast
- Toggle
- Tooltip
- usecopyText
- Others
validations:
required: true
- type: 'textarea'
id: 'description'
attributes:
label: 'Description'
description: |
A **clear and concise** description of what the bug is, with the **steps to reproduce** and a **link to the reproduction** environment.
validations:
required: true
- type: 'input'
id: 'version'
attributes:
label: 'Welcome UI Version'
placeholder: '5.0.0'
validations:
required: true
- type: 'input'
id: 'browser'
attributes:
label: 'Browser'
placeholder: 'Google Chrome 114.07'
- type: dropdown
id: system
attributes:
label: Operating System
options:
- MacOS
- Windows
- Linux
85 changes: 85 additions & 0 deletions .github/ISSUE_TEMPLATE/tech-documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
name: '[Tech] Documentation improvement 🫰'
description: 'beta'
labels: ['tech', 'documentation']
body:
- type: 'markdown'
attributes:
value: |
### Hi! 🙃

Thanks for creating an issue 🫰!

Have you before check others issues ?

Please provide the clearest summary of your purpose. This will help us to answer you quickly and accurately. 👍
- type: dropdown
id: page
attributes:
label: For which page?
options:
- Getting started
- Theming (Foundations)
- Accordion
- Alert
- AspectRatio
- Avatar
- Badge
- Box
- Breadcrumb
- Button
- ButtonGroup
- Card
- Checkbox
- DatePicker
- DateTimePicker
- Drawer
- DropdownMenu
- Emoji
- EmojiPicker
- Field
- FileDrop
- FileUpload
- Flex
- Grid
- Hint
- HookForm
- Icons
- IconsFont
- InputText
- Label
- Link
- Loader
- MarkdownEditor
- Modal
- Pagination
- PasswordInput
- Picker
- Popover
- RadioGroup
- RadioTab
- Search
- Select
- Shape
- Slider
- Stack
- Swiper
- Table
- Tabs
- Tag
- Text
- Textarea
- TimePicker
- Toast
- Toggle
- Tooltip
- usecopyText
- Others
validations:
required: true
- type: 'textarea'
id: 'description'
attributes:
label: 'Description'
description: 'What is wrong or missing ?'
validations:
required: true
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/tech-feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: '[Tech] Documentation improvement 🫰'
theo-mesnil marked this conversation as resolved.
Show resolved Hide resolved
description: 'beta'
labels: ['tech', 'enhancement']
body:
- type: 'markdown'
attributes:
value: |
### Hi! 🙃

Thanks for creating an issue 🫰!

Have you before check others issues ?

Please provide the clearest summary of your purpose. This will help us to answer you quickly and accurately. 👍
- type: dropdown
id: prioritization
attributes:
label: Prioritization
options:
- Low 😎
- Medium 🤔
- High 💥
validations:
required: true
- type: 'textarea'
id: 'description'
attributes:
label: 'Description'
description: Outline the motivation for the proposal.'
placeholder: 'Provide an example for how this feature would be used, and add some specifications do to it.'
validations:
required: true
- type: 'textarea'
id: 'description'
attributes:
label: 'Implementation'
description: 'If possible, describe how this feature could be implemented.'
placeholder: 'See [CONTRIBUTING.mdx](https://github.com/reakit/reakit/blob/master/CONTRIBUTING.mdx)'