-
-
Notifications
You must be signed in to change notification settings - Fork 712
Add issue template based on the main Godot repository #1113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,71 @@ | ||
| name: Bug report | ||
| description: Report a bug in the godot-cpp GDExtension/GDNative integration | ||
| body: | ||
|
|
||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| - When reporting bugs, you'll make our life simpler (and the fix will come sooner) if you follow the guidelines in this template. | ||
| - Write a descriptive issue title above. | ||
| - 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. | ||
| - 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. | ||
| - Verify that you are using a [supported Godot version](https://docs.godotengine.org/en/stable/about/release_policy.html). | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: Godot version | ||
| description: > | ||
| Specify the Git commit hash if using a development or non-official build. | ||
| If you use a custom build, please test if your issue is reproducible in official builds too. | ||
| placeholder: 3.3.stable, 4.0.dev (3041becc6) | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: godot-cpp version | ||
| description: > | ||
| Specify the Git commit hash if using a development build. | ||
| placeholder: 3.3.stable, 4.0.dev (3041becc6) | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: System information | ||
| description: | | ||
| - Specify the OS version, and when relevant hardware information. | ||
| - For issues that are likely OS-specific and/or graphics-related, please specify the CPU model and architecture. | ||
| - **Bug reports not including the required information may be closed at the maintainers' discretion.** If in doubt, always include all the requested information; it's better to include too much information than not enough information. | ||
| placeholder: Windows 10, Intel Core i5-7200U | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Issue description | ||
| description: | | ||
| Describe your issue briefly. What doesn't work, and how do you expect it to work instead? | ||
| You can include images or videos with drag and drop, and format code blocks or logs with <code>```</code> tags. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Steps to reproduce | ||
| description: | | ||
| List of steps or sample code that reproduces the issue. Having reproducible issues is a prerequisite for contributors to be able to solve them. | ||
| If you include a minimal reproduction project below, you can detail how to use it here. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Minimal reproduction project | ||
| description: | | ||
| - 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`). | ||
| - 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. | ||
| - Drag and drop a ZIP archive to upload it. **Do not select another field until the project is done uploading.** | ||
| - **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. | ||
| validations: | ||
| required: true | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| blank_issues_enabled: false | ||
|
|
||
| contact_links: | ||
| - name: Godot proposals | ||
| url: https://github.com/godotengine/godot-proposals | ||
| about: Please submit feature proposals on the Godot proposals repository, not here. | ||
|
|
||
| - name: Godot documentation repository | ||
| url: https://github.com/godotengine/godot-docs | ||
| about: Please report issues with documentation on the Godot documentation repository, not here. | ||
|
|
||
| - name: Godot community channels | ||
| url: https://godotengine.org/community | ||
| about: Please ask for technical support on one of the other community channels, not here. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.