summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)Author
2022-02-06Recommend using GitHub attachments for minimal reproduction projectsHugo Locurcio
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.
2021-03-05Link to Godot Contributors Chat instead of IRCRémi Verschelde
2021-01-12Recommend minimal reproduction projects written in GDScript instead of C#Hugo Locurcio
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.
2020-09-30Document contributing tests to Godot's C++ codebaseHugo Locurcio
This partially addresses https://github.com/godotengine/godot-proposals/issues/1586.
2020-06-10Document the requirement to update the class reference when contributingHugo Locurcio
Documenting new additions has been an informal requirement for a few months now. This makes it official.
2020-02-01Improve `CONTRIBUTING.md` and update it to follow recent changesHugo Locurcio
- 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.
2020-01-29Fix some URLs to use HTTPS when availableRémi Verschelde
2019-04-06Minor English fixsamHFIT
2019-04-03Minor English fixJason Yundt
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.
2018-11-20Add some links to CONTRIBUTING.mdRémi Verschelde
2018-11-05doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde
Fixes #23509.
2018-10-13Add useful links for contributors to CONTRIBUTING and README docs.Zaven Muradyan
2017-11-28fix some typosMartin Lindhe
2017-10-19Formatting an unformatted hyperlink (#12226)haugenmitch
2017-05-30Formatting CONTRIBUTING.md to 80 columsGilles Roudiere
Added a little paragraph about how to contribute to Godot's translations
2017-04-13Changed a link from http to httpsMaxwell Paul Brickner
This is a really minor change. I just changed the link to the IRC channel login from http to https. Thank you! ^ _ ^
2017-03-24Fix typos in source code using codespellRémi Verschelde
From https://github.com/lucasdemarchi/codespell
2017-01-11Add information about dev communication channelsRémi Verschelde
2016-11-16Add missing commit title in the log exampleRémi Verschelde
2016-11-16Add instructions about git commit log formattingRémi Verschelde
2016-02-12Enhance instructions for contributorsRémi Verschelde
2016-02-09Update CONTRIBUTING.mdJuan Linietsky
2016-02-08Added contributing.mdJuan Linietsky