diff --git a/community/contributing/ways_to_contribute.rst b/community/contributing/ways_to_contribute.rst index 2f687d58b..0e5936bdb 100644 --- a/community/contributing/ways_to_contribute.rst +++ b/community/contributing/ways_to_contribute.rst @@ -84,7 +84,8 @@ To ensure good collaboration and overall quality, the Godot developers enforce some rules for code contributions, for example regarding the style to use in the C++ code (indentation, brackets, etc.) or the Git and PR workflow. -A good place to start is by searching for issues tagged as `junior jobs `_ (or `Hacktoberfest `_ during October) on GitHub. +A good place to start is by searching for issues tagged as `junior jobs `_ +(or `Hacktoberfest `_ during October) on GitHub. .. seealso:: Technical details about the PR workflow are outlined in a specific section, :ref:`doc_pr_workflow`. @@ -93,6 +94,22 @@ A good place to start is by searching for issues tagged as `junior jobs `_. Its +usage is encouraged to plan changes and discuss them with the community. Implementation +details can also be discussed with other contributors on the `Godot Contributors Chat `_. + +.. note:: Proposals are only required when working on an enhancement or a new feature. + Bug reports are sufficient for fixing issues. + Testing and reporting issues ----------------------------