Commit Graph

306 Commits

Author SHA1 Message Date
hpnrep6
caa477721d Fix bold text formatting 2021-07-07 23:58:40 -04:00
hpnrep6
ccb033565f Fix pip hyperlink 2021-07-07 23:46:10 -04:00
Mr. XiXu
4652ac27f2 Remove extraneous "from" in Using the Asset Library (#5054) 2021-06-28 19:14:08 +02:00
hpnrep6
fc9c682e9d Remove deleted channel "Jeremy Bullock" from video tutorials list in Tutorials and resources (#5036) 2021-06-22 18:49:31 +02:00
DeeJayLSP
e38d9ffcaf Community channels: fix User groups link (#4991)
Add a missing _ at the end of user groups link.
2021-06-13 22:05:58 +02:00
Rémi Verschelde
07134247eb Merge pull request #4946 from Calinou/add-testing-pull-requests-page
Add a page on testing pull requests
2021-06-02 13:08:01 +02:00
Rémi Verschelde
0237f2c853 Merge pull request #4319 from bruvzg/ctl_docs
[Complex Text Layouts] Update tutorials and documentation to match TextServer changes.
2021-06-02 11:29:20 +02:00
Hugo Locurcio
0d54651250 Add a page on testing pull requests 2021-05-29 22:18:39 +02:00
Aaron R
300423f0b8 Specify that you need to call --doctool from the Godot root directory (#4920)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-05-17 00:25:47 +02:00
James
638ffa48b4 Add Garbaj YouTube channel to Tutorials and resources (#4919) 2021-05-16 17:49:52 +02:00
Aaron R
d0c517d0e7 Simplify updating_the_class_reference.rst (#4907)
See https://chat.godotengine.org/channel/devel?msg=kZk9ptuxxi4HRMWGo
2021-05-12 16:51:53 +02:00
Aaron R
36773752e6 Add try.github.io to the "See Also" in class reference guide (#4906)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-05-11 23:46:51 +02:00
Aaron R
c1186f6555 Fix typo "Code" -> "VS Code" (#4905)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-05-11 22:55:53 +02:00
bruvzg
20bcd1307a [Complex Text Layouts] Update tutorials and documentation to match TextServer changes. 2021-05-07 11:29:55 +03:00
Yuri Sizov
5ef81d2ba9 Add a mention of the PR review process and proposals to the contribution guide (#4801)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-04-01 02:26:00 +02:00
Hugo Locurcio
fc4e325cf5 Link to User groups page for language-based communities
This avoids redundancy and ensures there's a single source of truth
for the data.
2021-03-29 14:10:35 +02:00
Rémi Verschelde
0a087e730f Update copyrights to 2021 2021-03-19 14:02:00 +01:00
Hugo Locurcio
1c982b2585 Add a comment style guide for Godot contributions (#4421) 2021-03-03 23:27:18 +01:00
Will Nations
ba26becb9b Fix typo in GDScript Dude link (#4711) 2021-03-03 17:38:48 +01:00
Will Nations
b8bda4b3d4 Added Andrew Wilkes' video/text tutorial platforms (#4699)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-03-01 16:53:18 +01:00
Yuri Sizov
761592598f Remove mentions of IRC in favor of the new Contributors Chat platform (#4644) 2021-02-13 17:27:41 +01:00
Hugo Locurcio
8da06bd7c7 Clarify the 2 editor assetlib browsers displaying different categories (#4633)
This closes #4630.
2021-02-13 02:11:15 +01:00
Andrii Doroshenko
0e598d9505 Update link to awesome-godot repository (#4641) 2021-02-12 18:25:57 +01:00
TheGuideKnight
de34df3ecb Add @TheGuideKnight's 2D tutorial series to Tutorials and resources (#4592)
The playlist contains a tutorial for a 2D Breakout game, done entirely
in Godot.
2021-01-27 21:34:25 +01:00
skyace65
9fe1d8d829 Add note about content guidelines in writing guidelines page 2021-01-16 15:46:46 -05:00
Rémi Verschelde
9ccdf31b66 Code style: Now using clang-format 11 2021-01-12 19:37:02 +01:00
Anton Ivanov
48f0243158 Fix PR workflow git-scm.com URL with correct rST syntax (#4504) 2020-12-30 18:40:43 +01:00
Anton Ivanov
ac055fc0b2 CLion setup: Reference clang-format alternative (#4492)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-12-27 22:42:19 +01:00
Hugo Locurcio
5d6aff1fb9 Fix list formatting and outdated information in Ways to contribute
`doc/base/classes.xml` was removed since Godot 3.0.
2020-12-15 18:43:59 +01:00
Will Nations
f48ef2d539 Mention BornCG's 2D tutorials in Tutorials and resources (#4444) 2020-12-08 02:29:12 +01:00
Nathan Lovato
f958094900 Write nodes and scenes
Closes #4170
2020-12-02 15:47:29 -06:00
Nathan Lovato
9cd09cc2d0 Merge pull request #4067 from NathanLovato/content/writing-guidelines-updates
Update contribution guidelines
2020-11-23 14:58:53 -06:00
Hugo Locurcio
2155731b46 Update Game Development Center name and topics in Tutorials 2020-11-23 14:26:30 +01:00
Nathan Lovato
87a87205fb Rewrite contributing/index, rename pages, update references 2020-11-13 14:15:35 -06:00
Nathan Lovato
d475940178 Update references to the docs guidelines
We split some pages into two and some remaining references were leading to an
irrelevant page.
2020-11-13 11:05:40 -06:00
Nathan Lovato
1827f10937 Edit contributing guidelines
Add links to the README
Simplify building the manual
Update class reference writing guidelines based on review notes. Re-add lost changes in rebase.
Address review comments in documentation guidelines
2020-11-13 10:58:46 -06:00
Nathan Lovato
1389aa4873 Edit contribution guidelines
Removed some typographic marks, fix missing newlines, phrasing...

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2020-11-13 07:55:24 -06:00
Nathan Lovato
deade79fbc Add introduction and split TOC in contributing/index.rst 2020-11-12 09:17:48 -06:00
Nathan Lovato
1c648119d3 Reorder and edit the documentation guidelines 2020-11-12 09:17:27 -06:00
Nathan Lovato
d74261bfb5 Move docs contribution guides from the README to Contributing
- Edited building_the_manual to make the content more explicit
- Added some links to the README to help them get started contributing
2020-11-12 09:17:25 -06:00
Nathan Lovato
503eb10619 Fix links causing errors in documentation_guidelines 2020-11-12 09:16:33 -06:00
Nathan Lovato
4084edf0e4 Edit updating_the_class_reference.rst, split into two pages
- Wording updates
- Separate writing guidelines for the class ref and git PR guide into
- two pages
2020-11-12 09:16:31 -06:00
Nathan Lovato
c01a71d691 Edit documentation_guidelines.rst
- Start with a short sentence describing the doc's content
- Link to the translation docs
- Remove section about translation
- Many wording edits
2020-11-12 09:14:41 -06:00
Nathan Lovato
9df8c5c383 Edit content guidelines, remove typographic marks
- Removed typographic marks in the entire repo
- Removed a line about why we don't use a wiki
- Indented notes with 4 spaces
- Addressed review comments
2020-11-12 08:59:13 -06:00
Nathan Lovato
e4d21bdf83 Edit content guidelines
Improve phrasing, grammar, fix indentation

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
Co-authored-by: balloonpopper <5151242+balloonpopper@users.noreply.github.com>
2020-11-12 08:59:12 -06:00
Nathan Lovato
803f4d3c93 Write content guidelines 2020-11-12 08:59:12 -06:00
skyace65
6ff9434afc Specify where to open class reference issues 2020-11-09 08:28:58 -05:00
SirQuartz
361ba204d7 Update updating_the_class_reference.rst
Add missing commas to several statements, remove unnecessary commas from a couple sentences, clarify a few statements using more concise language. This is minor improvement to conciseness, clarity, and readability.
2020-10-25 23:39:03 -04:00
Nathan Lovato
cacc10edac Merge pull request #4296 from SirQuartz/patch-1
Update best_practices_for_engine_contributors
2020-10-23 17:34:34 -06:00
Nathan Lovato
d40ace7f6c Merge pull request #4285 from Calinou/code-style-guidelines-fix-missing-quotes
Fix missing quotes in Code style guidelines C++ code sample
2020-10-23 17:34:00 -06:00