Add Chromium-only Blender WebEngine parity work
This commit is contained in:
39
blender-5.2.0/.gitea/issue_template/api_docs.yaml
Normal file
39
blender-5.2.0/.gitea/issue_template/api_docs.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
name: Python API Documentation
|
||||
about: File a bug report for the python API documentation
|
||||
labels:
|
||||
- "Type/Bug"
|
||||
- "Status/Needs Triage"
|
||||
- "Priority/Normal"
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
### Instructions
|
||||
Thank you for reporting an issue with Blender's Python API documentation.
|
||||
If you meant to file an issue with the software please create a normal [bug report](https://projects.blender.org/blender/blender/issues/new?template=.gitea%2fissue_template%2fbug.yaml).
|
||||
|
||||
Please add to the description below explain the issue at hand.
|
||||
Use **Report issue on this page** at the bottom of the page with an issue to autofill some information.
|
||||
|
||||
Including details, examples, or suggested fixes are appreated and will help resolve the issue as soon as possible.
|
||||
|
||||
- type: textarea
|
||||
id: body
|
||||
attributes:
|
||||
label: "Description"
|
||||
hide_label: true
|
||||
value: |
|
||||
**Page Information**
|
||||
Blender Version: (example: 4.0, edbf15d3c044, main)
|
||||
[Permanent Link](https://docs.blender.org/api/current/) (Update me to the URL of the page with an issue)
|
||||
|
||||
**Short description of issue**
|
||||
[Please fill out a short description of the issue here]
|
||||
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
### Help the developers
|
||||
|
||||
Bug fixing is important, the developers will handle reports swiftly. For that reason, carefully provide exact steps and a **small and simple Python scipt** if neccesarry to reproduce the problem. You do your half of the work, then we do our half!
|
||||
55
blender-5.2.0/.gitea/issue_template/bug.yaml
Normal file
55
blender-5.2.0/.gitea/issue_template/bug.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
name: Bug Report
|
||||
about: Use Help > Report a Bug from the top of Blender to automatically fill out part of this form.
|
||||
labels:
|
||||
- "Type/Bug"
|
||||
- "Status/Needs Triage"
|
||||
- "Severity/Normal"
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
### Instructions
|
||||
First time reporting? See [tips](https://developer.blender.org/docs/handbook/bug_reports/making_good_bug_reports/).
|
||||
|
||||
* Use **Help > Report a Bug** from the top of Blender to fill system information and exact Blender version.
|
||||
* If Blender isn't opening, then follow [our guide](https://developer.blender.org/docs/handbook/bug_reports/making_good_bug_reports/collect_system_information/) on how to manually collect the required information.
|
||||
* Test [daily builds](https://builder.blender.org/) to verify if the issue is already fixed.
|
||||
* Test [previous versions](https://download.blender.org/release/) to find an older working version.
|
||||
* For feature requests, feedback, questions or build issues, see [communication channels](https://developer.blender.org/docs/handbook/communication/user_feedback/).
|
||||
* Security vulnerabilities should be [reported privately](https://developer.blender.org/docs/handbook/bug_reports/vulnerability_reports/).
|
||||
* If there are multiple bugs, make multiple bug reports.
|
||||
* Any content you upload will be shared publicly. Ensure you have permission to share any files you upload, and avoid uploading age restricted content.
|
||||
|
||||
- type: textarea
|
||||
id: body
|
||||
attributes:
|
||||
label: "Description"
|
||||
hide_label: true
|
||||
value: |
|
||||
**System Information**
|
||||
Operating system:
|
||||
Graphics card:
|
||||
|
||||
**Blender Version**
|
||||
Broken: (example: 3.0.0, main, `f1cca3055776`, 2020-12-30)
|
||||
Worked: (newest version of Blender that worked as expected)
|
||||
|
||||
**Short description of error**
|
||||
|
||||
**Exact steps for others to reproduce the error**
|
||||
Based on the default startup or an attached .blend file (as simple as possible).
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
### Help the developers
|
||||
|
||||
For developers to handle reports swiftly, please provide crash logs, a clear description, exact steps, and a **simple .blend file** to reproduce the problem. You do your half of the work, then we do our half!
|
||||
- type: checkboxes
|
||||
id: filled_form
|
||||
attributes:
|
||||
label: "Confirmation"
|
||||
hide_label: true
|
||||
options:
|
||||
- label: "I confirm that I have filled out the bug report form with all the requested information."
|
||||
required: true
|
||||
visible: [form]
|
||||
1
blender-5.2.0/.gitea/issue_template/config.yaml
Normal file
1
blender-5.2.0/.gitea/issue_template/config.yaml
Normal file
@@ -0,0 +1 @@
|
||||
blank_issues_enabled: false
|
||||
10
blender-5.2.0/.gitea/issue_template/design.yaml
Normal file
10
blender-5.2.0/.gitea/issue_template/design.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
name: Design
|
||||
about: Create a design task (for developers only)
|
||||
labels:
|
||||
- "Type/Design"
|
||||
body:
|
||||
- type: textarea
|
||||
id: body
|
||||
attributes:
|
||||
label: "Description"
|
||||
hide_label: true
|
||||
10
blender-5.2.0/.gitea/issue_template/todo.yaml
Normal file
10
blender-5.2.0/.gitea/issue_template/todo.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
name: To Do
|
||||
about: Create a to do task (for developers only)
|
||||
labels:
|
||||
- "Type/To Do"
|
||||
body:
|
||||
- type: textarea
|
||||
id: body
|
||||
attributes:
|
||||
label: "Description"
|
||||
hide_label: true
|
||||
Reference in New Issue
Block a user