livecode代码开发分支
This commit is contained in:
117
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
117
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal 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
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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
|
||||
59
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
59
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal 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
44
.github/ISSUE_TEMPLATE/i18n_request.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user