mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore: add working directory to vercel action
This commit is contained in:
parent
3f97db4dcf
commit
44117233d5
12
.github/CODEOWNERS
vendored
Normal file
12
.github/CODEOWNERS
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
# Each line is a file pattern followed by one or more owners.
|
||||
|
||||
# These owners will be the default owners for everything in the repo.
|
||||
* @jrgarciadev
|
||||
|
||||
# Order is important. The last matching pattern has the most precedence.
|
||||
# So if a pull request only touches javascript files, only these owners
|
||||
# will be requested to review.
|
||||
# *.js @octocat @github/js
|
||||
|
||||
# You can also use email addresses if you prefer.
|
||||
# docs/* docs@example.com
|
||||
17
.github/ISSUE_TEMPLATE/improve-and-existing-component.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/improve-and-existing-component.md
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
name: Improve and existing component
|
||||
about: Suggest to add a new Prop, functionality and else
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your iteration request related to a problem?**
|
||||
Do you need more flexibility in your theme? Please add a clear and concise description of what the current problem is.
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to achieve.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
21
.github/ISSUE_TEMPLATE/propose-a-new-component.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/propose-a-new-component.md
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
name: Propose a new component
|
||||
about: Do you need a new component?
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your component proposal related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is.
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to have.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
Have you considered iterating an existing component?
|
||||
If so, please add a clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
32
.github/ISSUE_TEMPLATE/report-a-bug---issue.md
vendored
Normal file
32
.github/ISSUE_TEMPLATE/report-a-bug---issue.md
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
---
|
||||
name: Report a bug / issue
|
||||
about: Report a bug / issue to help us improve SUI
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description.
|
||||
|
||||
**Steps to reproduce**
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behaviour**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Environment / Context**
|
||||
- Desktop or Mobile?
|
||||
- Operating System: [e.g. iOS]
|
||||
- Browser and version [e.g. chrome 22]
|
||||
- Device: [e.g. iPhone6]
|
||||
|
||||
**Additional info**
|
||||
Add any other context about the problem here.
|
||||
20
.github/pull_request_template.md
vendored
Normal file
20
.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
## [LEVEL]/[COMPONENT]
|
||||
**TASK**: <!--- [Github ISSUE](Issue Link) -->
|
||||
|
||||
|
||||
### Types of changes
|
||||
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
|
||||
|
||||
- [ ] Bug fix (non-breaking change which fixes an issue)
|
||||
- [ ] New feature (non-breaking change which adds functionality)
|
||||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
||||
- [ ] Documentation Only
|
||||
- [ ] Refactor
|
||||
|
||||
### Description, Motivation and Context
|
||||
<!--- Describe your changes in detail -->
|
||||
<!--- Why is this change required? What problem does it solve? -->
|
||||
<!--- If it is solving an issue... How can it be reproduced in order to compare between both behaviors? -->
|
||||
|
||||
### Screenshots - Animations
|
||||
<!-- Adding images or gif animations of your changes improves the understanding of your changes -->
|
||||
3
.github/workflows/main.yaml
vendored
3
.github/workflows/main.yaml
vendored
@ -99,4 +99,5 @@ jobs:
|
||||
github-token: ${{ github.token }}
|
||||
vercel-args: '--prod'
|
||||
vercel-org-id: ${{ secrets.VERCEL_ORG_ID}}
|
||||
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID}}
|
||||
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID}}
|
||||
working-directory: './packages/nextui'
|
||||
Loading…
x
Reference in New Issue
Block a user