You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: Bug report
2
-
description: Report a bug in the godot-cpp GDExtension/GDNative integration
2
+
description: Report a bug in the redot-cpp GDExtension/GDNative integration
3
3
body:
4
4
5
5
- type: markdown
@@ -8,12 +8,12 @@ body:
8
8
- When reporting bugs, you'll make our life simpler (and the fix will come sooner) if you follow the guidelines in this template.
9
9
- Write a descriptive issue title above.
10
10
- The golden rule is to **always open *one* issue for *one* bug**. If you notice several bugs and want to report them, make sure to create one new issue for each of them.
11
-
- Search [open](https://github.com/godotengine/godot-cpp/issues) and [closed](https://github.com/godotengine/godot-cpp/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported. If you don't find a relevant match or if you're unsure, don't hesitate to **open a new issue**. The bugsquad will handle it from there if it's a duplicate.
12
-
- Verify that you are using a [supported Godot version](https://docs.godotengine.org/en/latest/about/release_policy.html).
11
+
- Search [open](https://github.com/Redot-Engine/redot-cpp/issues) and [closed](https://github.com/Redot-Engine/redot-cpp/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported. If you don't find a relevant match or if you're unsure, don't hesitate to **open a new issue**. The bugsquad will handle it from there if it's a duplicate.
12
+
- Verify that you are using a [supported Redot version](https://docs.Redot-Engine.org/en/latest/about/release_policy.html).
13
13
14
14
- type: input
15
15
attributes:
16
-
label: Godot version
16
+
label: Redot version
17
17
description: >
18
18
Specify the Git commit hash if using a development or non-official build.
19
19
If you use a custom build, please test if your issue is reproducible in official builds too.
@@ -23,7 +23,7 @@ body:
23
23
24
24
- type: input
25
25
attributes:
26
-
label: godot-cpp version
26
+
label: redot-cpp version
27
27
description: >
28
28
Specify the Git commit hash if using a development build.
29
29
placeholder: 3.3.stable, 4.0.dev (3041becc6)
@@ -63,7 +63,7 @@ body:
63
63
attributes:
64
64
label: Minimal reproduction project
65
65
description: |
66
-
- A small Godot project which reproduces the issue, with no unnecessary files included. Be sure to not include the `.godot` folder in the archive (but keep `project.godot`).
66
+
- A small Redot project which reproduces the issue, with no unnecessary files included. Be sure to not include the `.godot` folder in the archive (but keep `project.godot`).
67
67
- Required, unless the reproduction steps are trivial and don't require any project files to be followed. In this case, write "N/A" in the field.
68
68
- Drag and drop a ZIP archive to upload it. **Do not select another field until the project is done uploading.**
69
69
- **If you've been asked by a maintainer to upload a minimal reproduction project, you *must* do so within 7 days.** Otherwise, your bug report will be closed as it'll be considered too difficult to diagnose.
0 commit comments