summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
Commit message (Collapse)AuthorAgeFilesLines
* Fix godot references in the issue & PR templateJosh Kerr2024-11-031-1/+1
|
* Update ISSUE__TEMPLATES to point to Redot-Engine repo instead of Godot repo ↵Erik Eakins2024-10-042-16/+16
| | | | | | | (#151) * Update config.yml * Update bug_report.yml
* Style: Format yaml filesThaddeus Crews2024-09-131-63/+63
|
* Fix formatting in bug report templateA Thousand Ships2024-02-171-1/+1
| | | | Unescaped backtics caused visual bugs
* Merge pull request #86006 from AThousandShips/issue_screenshotRémi Verschelde2024-02-091-1/+2
|\ | | | | | | Instruct users to add code/errors as text in issues
| * Instruct users to add code/errors as text in issuesA Thousand Ships2024-01-071-1/+2
| |
* | Use latest doc version in issue templateA Thousand Ships2024-01-201-1/+1
|/
* Issue template: Change version field to "Tested versions", asking to test ↵Rémi Verschelde2023-12-041-12/+18
| | | | | | | earlier versions We very often end up asking users to test different versions to pinpoint if it's a regression, or need to test ourselves. Let's ask explicitly upfront.
* Cleanup various repository documentation filesRémi Verschelde2023-10-101-1/+1
| | | | | | | | - Reformat logo license as a plain text file. - Fix outdated links or references to SFC or Visual Script. - Tweak contents of `CONTRIBUTING.md` to highlight contributor docs more prominently, and make it easier to parse. - Tweak formatting and contents in `thirdparty/README.md` for consistency.
* Explain in GitHub issue template how to copy exact Godot versionkleonc2023-05-301-2/+2
|
* Make system information for issue reports single-lineMJacred2023-05-291-10/+3
| | | | | | | Additionally: * for custom builds, add commit hash * added a tooltip to help mitigate potential/understandable confusion whether the single-line output might be a bug * prettify driver name
* Copy system info to clipboard + Update bug_report.ymlMJacred2023-05-271-4/+12
| | | | | | | | plus minor static-related fixes * linuxbsd: get_systemd_os_release_info_value() -> static breaks usage if used multiple times * windows/linuxbsd: get_video_adapter_driver_info() writes info into static * linuxbsd: get_distribution_name() + get_version() -> write bsd fallback into static variable * windows/uwp/android: remove unnecessary use of static
* Streamline and centralize bug reporting guidesJason Yundt2023-05-031-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change, there was three different bug reporting guides: - [“Filing an issue on GitHub”][1] - [“Reporting bugs”][2] - [The issue template][3] This commit: 1. makes sure that [the issue template][3] contains all of the same information that [“Filing an issue on GitHub”][1] and [“Reporting bugs”][2] did and 2. makes [“Reporting bugs”][2] simply tell users to fill out the template. The goal of this change is to make reporting bugs easier. This change accomplishes that goal by presenting bug reporters with all of the information they need to know on the bug reporting page itself. This commit partially implements this proposal: <https://github.com/godotengine/godot-proposals/discussions/4083> [1]: https://docs.godotengine.org/en/stable/community/contributing/ways_to_contribute.html#filing-an-issue-on-github [2]: ./CONTRIBUTING.md#reporting-bugs [3]: ./.github/ISSUE_TEMPLATE/bug_report.yml
* Emphasize the importance of uploading a minimal reproduction projectHugo Locurcio2022-11-171-2/+5
| | | | | | The field is now required, but "N/A" can be manually entered if the reproduction steps are trivial and don't require any project files to be followed.
* Mention .godot folder in issue templatekobewi2022-11-111-1/+1
|
* Issue template: Fix link to CONTRIBUTING.mdRémi Verschelde2021-08-131-1/+1
| | | | Fixes #51623.
* Add a form GitHub issue template for bug reportsHugo Locurcio2021-06-082-29/+56
| | | | | | | | | | GitHub now supports forms as issue templates (currently in private beta). Godot has been opted into this private beta, which makes this new feature usable on the Godot repository. Inspired by the ImageMagick form: https://github.com/ImageMagick/ImageMagick/blob/main/.github/ISSUE_TEMPLATE/bug-report.yml
* Style: Fix code format scripts compat with non-GNU UnicesRémi Verschelde2020-07-271-2/+2
| | | | | | | It's too hard to get compatibility between GNU and BSD sed, so let's just use perl oneliners. And improve it to also remove trailing tabs, not just spaces.
* GitHub: Remove feature request placeholder templateRémi Verschelde2020-05-291-19/+0
| | | | | | We now have a proper link to godotengine/godot-proposals thanks to #39019 and #39132, so that hacky 'Don't open issues here' template is no longer needed.
* Fix GitHub issue template config not workingAaron Franke2020-05-281-0/+14
| | | | It was in the wrong folder
* Bring back and improve comments clarifying the new bug report templateAndrii Doroshenko (Xrayez)2020-05-071-0/+11
| | | | | | | | The comments clarifying the questions were accidentally removed in c8e92b802c16f8f9d120bf01bc5923c702a3c3ff while migrating to the bug/feature templates workflow. [ci skip]
* Update issue templatesJuan Linietsky2019-09-042-0/+37