Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug Report
about: Create a report to help us improve
title: "[BUG] "
labels: bug
assignees: ""
---

## Description

<!-- A clear and concise description of the bug -->

## Steps to Reproduce

1.
2.
3.

## Expected Behavior

<!-- What you expected to happen -->

## Actual Behavior

<!-- What actually happened -->

## Screenshots

<!-- If applicable, add screenshots to help explain your problem -->

## Environment

- Browser:
- OS:
- Device:

## Additional Information

<!-- Add any other context about the problem here -->
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Questions or Help
url: https://github.com/your-org/your-repo/discussions
about: Please ask questions in the Discussions area
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Feature Request
about: Suggest an idea for this project
title: "[FEATURE] "
labels: enhancement
assignees: ""
---

## Description

<!-- A clear and concise description of the feature you're requesting -->

## Figma Link

## Screenshots

<!-- Link to the Figma design if available -->

## Acceptance Criteria

- [ ]
- [ ]
- [ ]

<!-- Add screenshots or mockups if available -->
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Description

<!-- Brief description of changes -->

## Related Issue

Closes #

## Changes

-
-

## Checks

- [ ] Storybook updated
- [ ] Build succeeds
- [ ] Standards followed
48 changes: 0 additions & 48 deletions Dockerfile

This file was deleted.

4 changes: 2 additions & 2 deletions apps/core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk add --no-cache libc6-compat
WORKDIR /app
RUN yarn global add turbo
COPY . .
RUN npm run prepare:ci
# RUN npm run prepare:ci
RUN turbo prune core --docker

# Add lockfile and package.json's of isolated subworkspace
Expand All @@ -34,7 +34,7 @@ COPY --from=builder /app/out/full/ .
# ARG TURBO_TOKEN
# ENV TURBO_TOKEN=$TURBO_TOKEN

RUN yarn turbo build
RUN yarn turbo build --filter=core

FROM base AS runner
WORKDIR /app
Expand Down
1 change: 1 addition & 0 deletions apps/core/app/(landing)/_assets/blender-bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading