summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAgeFilesLines
* 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