initial commit

This commit is contained in:
2025-11-26 18:58:15 +08:00
commit 3ec494ca69
168 changed files with 16142 additions and 0 deletions

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

@@ -0,0 +1,38 @@
name: "Bug report"
description: Report an issue or possible bug
title: "Bug report: "
labels: ["bug"]
assignees: []
body:
- type: markdown
attributes:
value: Thank you for taking the time to file a bug report! Please fill out this form as completely as possible.
- type: input
attributes:
label: Operating System
placeholder: Mac, Windows, Linux
validations:
required: true
- type: input
attributes:
label: OPENRNDR version
validations:
required: true
- type: input
attributes:
label: ORX version
validations:
required: true
- type: input
attributes:
label: Java version (if applicable)
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is, optionally including a screenshot.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce the bug
description: Describe the steps taken or paste/link a minimal code example that we can reproduce ourselves.

View File

@@ -0,0 +1,30 @@
name: "Feature request"
description: "Suggest an idea or general improvement."
title: "Feature request: "
labels: ["enhancement"]
assignees: []
body:
- type: markdown
attributes:
value: Thanks for taking the time to suggest a new feature! Please fill out this form as completely as possible.
- type: textarea
attributes:
label: Motivation
description: |
Description of what the problem is and what the desired solution would be.
**Include links to relevant issues or discussions, if there are any.**
placeholder: I want to be able to
validations:
required: true
- type: dropdown
attributes:
label: Help make it happen!
description: "Feature requests with contributing authors are much more likely to get done!"
multiple: false
options:
- I am not willing to submit a PR to implement this change.
- I am willing to submit a PR to implement this change, but would need some guidance.
- I am willing to submit a PR to implement this change.
validations:
required: true