206 Commits

Author SHA1 Message Date
Max Hilbrunner
620e0aeb88 Manual backport of some fixes 2024-09-10 14:53:35 +02:00
A Thousand Ships
45b8a91940 Add instructions for rebasing onto a branch
Useful if someone has created a PR from the wrong branch
2024-09-10 13:57:51 +02:00
A Thousand Ships
4b45519456 Fix copyright header in code style guidelines 2024-09-10 13:56:15 +02:00
Devin Amdahl
2f311875e2 Update PR Workflow documentation to include updated information about GitHub's account verification via HTTPS (#7275) 2024-09-10 13:48:23 +02:00
Yuri Sizov
0c100d9f14 Port layout changes from the master version
This also updates the index page, changes the first
sidebar section to be "About" without an extra level,
and renames "Tutorials" to "Manual"
2023-04-11 10:50:54 +02:00
Aaron Franke
4903f016cd Merge pull request #5880 from aaronfranke/active-direct
Docs writing guidelines: Replace "direct" with "active"

(cherry picked from commit dfd020cb5f)
2022-08-08 19:40:32 +02:00
TomBCodes
d474d310e0 Fix grammar error in Pull request workflow (#6039)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-08-06 04:36:31 +02:00
Nathan Franke
a916b50549 Simplify .gitattributes in Submitting to the Asset Library (#5908) 2022-07-19 22:12:31 +02:00
snailrhymer
1cf0cc0237 Add command to build specific files in Building the manual with Sphinx (#5828) 2022-05-20 22:04:23 +02:00
kminardo1
13e317cc68 Add "Learn GDScript From Zero" to Tutorials and resources (#5767)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-04-15 16:53:10 +02:00
Eduardo Rodrigues
32b7aadf3b Fix minor errors on PR workflow page (#5762) 2022-04-13 00:43:36 +02:00
Max Hilbrunner
086abfd939 Merge pull request #5728 from Calinou/rename-node3d-spatial-3.4
Rename references to Node3D back to Spatial
2022-04-07 18:13:42 +02:00
Hugo Locurcio
dd2e66402a Rename references to Node3D back to Spatial
Spatial was only renamed to Node3D in Godot 4.0, not Godot 3.x.
2022-04-03 19:34:40 +02:00
Hugo Locurcio
7d9d3be81b Update list of features for Godot 3.4 2022-03-31 00:12:53 +02:00
Sander Vanhove
9474d433c4 Add link to Asset Library to submission guide (#5678)
(cherry picked from commit 943b1bf4d7)
2022-03-17 13:43:53 +01:00
Hugo Locurcio
327fb07ba1 Recommend avoiding the List datatype in C++ usage guidelines
(cherry picked from commit e82b433b6d)
2022-03-11 14:22:57 +01:00
Haoyu Qiu
e182d49332 Fix capitalization of macOS (#5466)
(cherry picked from commit acd9c49405)
2022-03-11 14:22:57 +01:00
skyace65
badb6ed6fd Remove duplicate asset library page 2022-03-08 20:40:37 -05:00
Timon Bestebreur
e8e3b090e2 Fix a typo in Best practices for engine contributors (#5613) 2022-02-16 17:46:09 +01:00
Rémi Verschelde
3d1376d19f Contributing: 'junior job' renamed to 'good first issue'
(cherry picked from commit c6f53ca65c)
2022-02-10 15:57:42 +01:00
Hugo Locurcio
0d7ac6d263 Rename instances of "Contributors Chat" to "Godot Contributors Chat" 2022-01-26 01:33:42 +01:00
Hugo Locurcio
be22108d95 Update IRC links to point to Libera.Chat 2022-01-26 00:39:17 +01:00
Haoyu Qiu
da0be06753 Correct the name of Sprite2D and AnimatedSprite2D on 3.x 2021-12-18 12:14:55 +08:00
Nathan Lovato
8efde7f69f address all reference errors after backporting changes to 3.4 branch 2021-11-25 18:29:49 -06:00
Nathan Lovato
e2d349c116 fix warnings with files not appearing in any table of contents 2021-11-24 20:52:30 -06:00
Nathan Lovato
4fe87585da Backport rewrite of the community section 2021-11-24 10:45:06 -06:00
Nathan Lovato
daa100149d Fix links causing errors in documentation_guidelines 2021-11-24 10:33:40 -06:00
Nathan Lovato
8a1a649a48 Move tutorials/assetlib to community/
Closes #4109
2021-11-24 10:25:15 -06:00
Rémi Verschelde
5506b00956 C++ style guide: Require clang-format 13
(cherry picked from commit 154c093f97)
2021-10-25 12:14:59 +02:00
Kate
bf549f39f6 Fix grammar issue in "Ways to contribute" page
In the section "Filing an issue on GitHub", the subsection "How to reproduce the bug" says "Even if you think that the issue is trivial to reproduce, adding a minimal project that lets reproduce it is a big added value." which is missing a word. Changing it to "...lets everyone reproduce it..." fixes the grammatical error.
2021-10-15 15:31:47 +02:00
Andrii Doroshenko (Xrayez)
c074cae847 Use "Prefer local solutions" in best practices for engine contributors
Stating that "Solution must be local" is denying the fact that some problems
cannot be solved locally. Therefore, documentation should recommend
contributors to first look at solutions which are closer to the problem first,
and only go for solution that touch core if a problem cannot be solved
locally, for instance.
2021-10-15 15:19:29 +02:00
developer
ac03b6faf6 Use pip3 instead of pip 2021-08-31 01:13:28 +02:00
Hugo Locurcio
85bde161d3 Update Bug triage guidelines for newly added labels 2021-08-14 17:42:48 +02:00
Hugo Locurcio
d055dc5e14 Backport Building the manual with Sphinx page from the master branch 2021-07-13 00:25:45 +02:00
hpnrep6
af8cf7f6fd Remove deleted channel "Jeremy Bullock" from video tutorials list in Tutorials and resources (#5036) 2021-06-22 18:49:44 +02:00
DeeJayLSP
de53fafca8 Community channels: fix User groups link (#4991)
Add a missing _ at the end of user groups link.
2021-06-13 22:06:09 +02:00
Hugo Locurcio
13c42efab6 Add a page on testing pull requests
(cherry picked from commit 0d54651250)
2021-06-02 13:19:17 +02:00
James
7cca5e028b Add Garbaj YouTube channel to Tutorials and resources (#4919) 2021-05-16 17:50:04 +02:00
Yuri Sizov
1bb400fef4 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:33:37 +02:00
Rémi Verschelde
a33243ae3d Merge pull request #4792 from Calinou/channels-user-groups-page
Link to User groups page for language-based communities
2021-03-29 15:05:05 +02:00
Nathan Lovato
48108f3122 Merge pull request #4399 from Calinou/tutorials-update-game-development-center
Update Game Development Center name and topics in Tutorials
2021-03-26 23:47:31 +01:00
Rémi Verschelde
9eba7649e1 Update copyrights to 2021
(cherry picked from commit 0a087e730f)
2021-03-19 14:02:49 +01:00
Hugo Locurcio
ae0fe2a624 Fix incorrect link in Code style guidelines (#4732)
This caused a Sphinx build failure.
2021-03-08 18:55:02 +01:00
Hugo Locurcio
1dc254ba94 Add a comment style guide for Godot contributions (#4421) 2021-03-03 22:27:30 +01:00
Will Nations
d6eb1a30e2 Fix typo in GDScript Dude link (#4711) 2021-03-03 17:38:56 +01:00
Will Nations
41a9d17683 Add Godot Tutorials channel and info to 3.2 (#4702) 2021-03-02 15:10:19 +01:00
Will Nations
4e18dcea82 Added Andrew Wilkes' video/text tutorial platforms (#4699)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-03-01 16:56:25 +01:00
TheGuideKnight
fad725a8ef 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-03-01 16:56:16 +01:00
Will Nations
be015ab23e Mention BornCG's 2D tutorials in Tutorials and resources (#4444) 2021-03-01 16:56:09 +01:00
Andrii Doroshenko
ead0b1d769 Update link to awesome-godot repository (#4642) 2021-02-12 18:26:00 +01:00