summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAgeFilesLines
* Updated CONTRIBUTING.md w/ PR Guideline and Redot Docs linksSkogi2024-10-161-14/+33
|
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-44/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Linux Editor tests workflow matrix Add Windows Editor w/ Mono workflow matrix Add Generate Glue Code job to Windows workflow Add Build GodotSharp job to Windows workflow Add godot compatibility version references Add Godot author info Add Godot version compatibility info Add Godot donor info Add Godot authors and donors to editor_about.cpp Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Update godot documentation contribution linkKristoff2024-07-201-2/+2
| | | | | | | | | Hey there, first time contributing and I'm in the middle of reading the contribution best practice, so sorry for any mistakes in this pull request. When clicking the **Contributing section** link under the **Contributors guidelines** title, this linked to the Godot *page not found* link. I changed the link from `https://docs.godotengine.org/en/latest/contributing/ways_to_contribute.html` to `https://docs.godotengine.org/en/latest/contributing/how_to_contribute.html`. Now, when a user clicks the link, it will redirect them to the start of the contribution documentation.
* Change suggestion in `CONTRIBUTING.md` to avoid spamA Thousand Ships2024-06-221-4/+3
| | | | | | Having an issue tagged in a commit message spams the issue thread with notifications, which can be especially noisy when new contributors make a lot of updates or rebases.
* Cleanup various repository documentation filesRémi Verschelde2023-10-101-84/+108
| | | | | | | | - 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.
* Streamline and centralize bug reporting guidesJason Yundt2023-05-031-79/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update all outdated online documentation linksYuri Sizov2023-01-141-7/+8
|
* Fix typos with codespellRémi Verschelde2023-01-091-1/+1
| | | | | | Also includes #71080. Co-authored-by: Psychpsyo <60073468+Psychpsyo@users.noreply.github.com>
* Emphasize the importance of uploading a minimal reproduction projectHugo Locurcio2022-11-171-1/+3
| | | | | | 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.
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-1/+1
| | | | | | Fully removes the `bits` option and adapts the code that relied on it. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* Remove VisualScript module for 4.0Rémi Verschelde2022-08-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | As announced in https://godotengine.org/article/godot-4-will-discontinue-visual-scripting, Godot maintainers have agreed to discontinue the current implementation of our VisualScript language. The way it had been designed was not user-friendly enough and we did not succeed in improving its usability to actually make it a good low-code solution for users who need one. So we prefer to remove it for Godot 4.0 and leave the door open for new, innovative ideas around visual scripting, to be developed as plugins or extensions now that Godot provides sufficient functionality for this (notably via GDExtension and the godot-cpp C++ bindings). The current module has been moved to a dedicated repository (with full Git history extracted with `git filter-branch`): https://github.com/godotengine/godot-visual-script It can still be compiled as a C++ module (for now, but will likely require work to be kept in sync with the engine repository), but our hope is that contributors will port it to GDExtension (which is quite compatibile with the existing C++ module code when using the godot-cpp C++ bindings).
* Recommend using GitHub attachments for minimal reproduction projectsHugo Locurcio2022-02-061-3/+5
| | | | | | | Third-party file hosts can have their files expire or be removed by the owner. In comparison, GitHub attachments are more resilient. This also fixes the link to create a bug report.
* Link to Godot Contributors Chat instead of IRCRémi Verschelde2021-03-051-16/+12
|
* Recommend minimal reproduction projects written in GDScript instead of C#Hugo Locurcio2021-01-121-0/+5
| | | | | | | | | Many contributors don't have a Mono setup available, especially if compiling from source is required. Minimal reproduction projects in GDScript are also better at isolating the actual bug, since it automatically rules out any possible C# integration issues.
* Document contributing tests to Godot's C++ codebaseHugo Locurcio2020-09-301-0/+23
| | | | | This partially addresses https://github.com/godotengine/godot-proposals/issues/1586.
* Document the requirement to update the class reference when contributingHugo Locurcio2020-06-101-0/+16
| | | | | Documenting new additions has been an informal requirement for a few months now. This makes it official.
* Improve `CONTRIBUTING.md` and update it to follow recent changesHugo Locurcio2020-02-011-57/+92
| | | | | | | | | | - Improve the bug reporting guidelines for readability. - Make some guidelines more strictly applied in the interest of bug report quality. - Mention that feature proposals should now be opened on the Godot Proposals repository. - Update the Git commit message guide to be easier to follow. - Fix warnings reported by markdownlint.
* Fix some URLs to use HTTPS when availableRémi Verschelde2020-01-291-2/+2
|
* Minor English fixsamHFIT2019-04-061-1/+1
|
* Minor English fixJason Yundt2019-04-031-1/+1
| | | | | | | | | | | | | CONTRIBUTING.md would use the phrase "those guidelines" to introduce a list. In general, the word "these" is used to refer to something that is being introduced or has recently been introduced, and "those" is used to refer to something that had been previously introduced. This change also makes CONTRIBUTING.md consistent with the documentation. The documentation guidelines at https://docs.godotengine.org/en/latest/community/contributing/documentation_guidelines.html use "these" to introduce a list and its singular form, "this", to introduce items.
* Add some links to CONTRIBUTING.mdRémi Verschelde2018-11-201-1/+17
|
* doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde2018-11-051-1/+1
| | | | Fixes #23509.
* Add useful links for contributors to CONTRIBUTING and README docs.Zaven Muradyan2018-10-131-3/+7
|
* fix some typosMartin Lindhe2017-11-281-1/+1
|
* Formatting an unformatted hyperlink (#12226)haugenmitch2017-10-191-1/+1
|
* Formatting CONTRIBUTING.md to 80 columsGilles Roudiere2017-05-301-29/+98
| | | | Added a little paragraph about how to contribute to Godot's translations
* Changed a link from http to httpsMaxwell Paul Brickner2017-04-131-1/+1
| | | | | This is a really minor change. I just changed the link to the IRC channel login from http to https. Thank you! ^ _ ^
* Fix typos in source code using codespellRémi Verschelde2017-03-241-1/+1
| | | | From https://github.com/lucasdemarchi/codespell
* Add information about dev communication channelsRémi Verschelde2017-01-111-1/+16
|
* Add missing commit title in the log exampleRémi Verschelde2016-11-161-0/+2
|
* Add instructions about git commit log formattingRémi Verschelde2016-11-161-0/+22
|
* Enhance instructions for contributorsRémi Verschelde2016-02-121-19/+41
|
* Update CONTRIBUTING.mdJuan Linietsky2016-02-091-2/+7
|
* Added contributing.mdJuan Linietsky2016-02-081-0/+32