diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-01-12 20:59:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 20:59:26 +0100 |
commit | 2e7890197a7930ac647d03245e3991740708dcdc (patch) | |
tree | f052178c19bbcacfed8908e6f17e6d8ed7bcef3b /CONTRIBUTING.md | |
parent | ab1503c9d5c1341c183c12a8c429b89d9f9bf548 (diff) | |
parent | ea6ea8de8671f415e3db264e70297e036b868556 (diff) |
Merge pull request #45111 from Calinou/contributing-favor-gdscript-mrp
Recommend minimal reproduction projects written in GDScript instead of C#
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1abd76b2ff..4387750f28 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,6 +72,11 @@ by drag and dropping the file in the GitHub edition field. We recommend always attaching a minimal reproduction project, even if the issue may seem simple to reproduce manually. +**Note for C# users:** If your issue is not Mono-specific, please upload a +minimal reproduction project written in GDScript or VisualScript. +This will make it easier for contributors to reproduce the issue +locally as not everyone has a Mono setup available. + **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. |