livecode代码开发分支
Some checks failed
CI-build / build (18.x) (push) Has been cancelled
CI-type-checking / type-check (18.x) (push) Has been cancelled
CI-typos / Spell Check (push) Has been cancelled
Deploy / deploy (push) Has been cancelled

This commit is contained in:
yangxin
2025-06-11 21:29:36 +08:00
commit 9f96998eb8
493 changed files with 75326 additions and 0 deletions

117
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@@ -0,0 +1,117 @@
name: 🐛 Bug report
description: Create a bug report to help us improve LiveCodes
title: 'Bug: '
labels: [👀 needs triage, 🐛 bug]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: Describe how to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '...'
3. See error
validations:
required: true
- type: textarea
attributes:
label: Screenshots
description: Screenshots showing the issue.
- type: dropdown
attributes:
multiple: true
label: Affected services
description: Select the platforms where the issue can be reproduced.
options:
- 'LiveCodes App'
- 'LiveCodes Embedded Playgrounds'
- 'LiveCodes SDK'
- 'LiveCodes Services'
- 'LiveCodes Documentations'
- 'Repo build/deploy'
- 'Other'
- type: dropdown
attributes:
multiple: true
label: Platforms
description: Select the platforms where the issue can be reproduced.
options:
- 'Desktop'
- 'Mobile'
- 'Tablet'
- type: dropdown
attributes:
multiple: true
label: Browsers
description: Select the browsers where the issue can be reproduced.
options:
- 'Chrome'
- 'Firefox'
- 'Safari'
- 'Edge'
- 'Opera'
- 'Other (add additional context)'
- type: dropdown
attributes:
multiple: true
label: Environment
description: Select the environment where the issue can be reproduced.
options:
- 'Production'
- 'Development'
- 'Self-Hosted'
- 'Local'
- type: textarea
id: share
attributes:
label: Share URL(s)
description: Share URL(s) (App menu → Share) where the issue can be reproduced.
- type: textarea
id: config
attributes:
label: Configuration
description: Project configuration (App menu → Export → Export Project (JSON)) or embed options.
- type: textarea
id: logs
attributes:
label: Console logs
description: Provide console logs or screenshots for console.
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context about the problem or helpful links here.
- type: dropdown
attributes:
multiple: false
label: Is it already fixed?
description: Is it fixed on latest development build (http://dev.livecodes.io)?
options:
- 'No'
- 'Yes'
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/live-codes/livecodes/blob/HEAD/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
- type: checkboxes
id: contribution
attributes:
label: Contributing Docs
description: If you plan on contributing code please read - [Contribution Guide](https://github.com/live-codes/livecodes/blob/HEAD/CONTRIBUTING.md)
options:
- label: I agree to follow this project's Contribution Docs
required: false

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: ❓ Ask a question
url: https://livecodes.io/docs/contact/
about: Ask questions about open source onboarding

View File

@@ -0,0 +1,59 @@
name: 🚀 Feature request
description: Suggest an idea for this project 💡
title: 'Feature: '
labels: [👀 needs triage, 💡 feature]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: dropdown
attributes:
multiple: false
label: Type of feature
description: Select the type of feature request, the lowercase should also be the PR prefix.
options:
- '✨ Feature'
- '🐛 Fix'
- '📝 Documentation'
- '🎨 Style'
- '♻️ Refactor'
- '🔥 Performance'
- '✅ Test'
- '🤖 Build'
- '🔁 CI'
- '📦 Chore'
- '⏩ Revert'
validations:
required: true
- type: textarea
attributes:
label: Current behavior
description: Is your feature request related to a problem? Please describe.
- type: textarea
attributes:
label: Suggested feature
description: Describe the feature you'd like.
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context about the problem or helpful links here.
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/live-codes/livecodes/blob/HEAD/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
- type: checkboxes
id: contribution
attributes:
label: Contributing Docs
description: If you plan on contributing code please read - [Contribution Guide](https://github.com/live-codes/livecodes/blob/HEAD/CONTRIBUTING.md)
options:
- label: I agree to follow this project's Contribution Docs
required: false

44
.github/ISSUE_TEMPLATE/i18n_request.yml vendored Normal file
View File

@@ -0,0 +1,44 @@
name: 🌐 I18n Request
description: Request for internationalization support for a specific language
title: 'I18n: '
labels: [👀 needs triage, 🌐 I18n]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this i18n request!
- type: markdown
attributes:
value: |
Before submitting your request, please check out [our Lokalise project page](https://app.lokalise.com/public/34958094667a72e9454592.95108106/) to see if the language you are requesting is already supported or being currently worked on.
- type: input
attributes:
label: Requested language
description: The UI language you would like to request support for.
validations:
required: true
- type: textarea
attributes:
label: Supporting details
description: We want to hear why you think this language should be supported (e.g. user base, translation help, etc.). Please provide details regarding your request.
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context about the problem or helpful links here.
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/live-codes/livecodes/blob/HEAD/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
- type: checkboxes
id: contribution
attributes:
label: Contributing Docs
description: If you plan on contributing i18n please read - [Contribution Guide](https://github.com/live-codes/livecodes/blob/HEAD/CONTRIBUTING.md) and [I18n Guide](https://github.com/live-codes/livecodes/blob/HEAD/docs/docs/contribution/i18n.md)
options:
- label: I agree to follow this project's Contribution Docs
required: false