godotengine / godot-docs

Godot Engine official documentation
https://docs.godotengine.org
Other
3.97k stars 3.23k forks source link

Coding Style Update methods.py #10310

Open BrandiCook opened 4 days ago

BrandiCook commented 4 days ago

4.3 Stable

Coding style fixes

In the master directory, the methods.py file has many small code smells. For example, missing or inconsistent comments style: Image

I am submitting this issue because I would like to contribute and help fix some of these!

Thanks, Brandi

tetrapod00 commented 4 days ago

Welcome! Thanks for you interest in contributing.

I'm assuming you're talking about methods.py in the main repo?

Code style improvements are great, but they may not be a good place to start contributing for a couple reasons:

Before making PRs for these changes, you might want to ask in the contributors chat first, or consider looking for another first issue to start with. We have a "good first issues" tag across this repo and the main repo.