Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contribution guidelines, update .gdextension configurations #215

Merged
merged 2 commits into from
Apr 6, 2023

Conversation

Bromeon
Copy link
Member

@Bromeon Bromeon commented Apr 5, 2023

Elaborates the contribution process, documents #[itest] and unifies the .gdextension library entries.

Fixes #208.

@Bromeon Bromeon added documentation Improvements or additions to documentation c: tooling CI, automation, tools labels Apr 5, 2023
@Bromeon
Copy link
Member Author

Bromeon commented Apr 5, 2023

bors try

bors bot added a commit that referenced this pull request Apr 5, 2023
@bors
Copy link
Contributor

bors bot commented Apr 5, 2023

try

Build succeeded:

ReadMe.md Outdated
@@ -80,7 +79,7 @@ To register the GDExtension library with Godot, you need to create two files rel
We highly recommend to have a look at a working example in the `examples/dodge-the-creeps` directory.
This integrates a small game with Godot and has all the necessary steps set up.

API documentation can be generated locally using `cargo doc -p godot --no-deps --open`.
API documentation can be generated locally using `./check.sh dok` (or `./check doc` to refresh an opened page).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
API documentation can be generated locally using `./check.sh dok` (or `./check doc` to refresh an opened page).
API documentation can be generated locally using `./check.sh dok` (or `./check.sh doc` to refresh an opened page).

Might not be the place for discussing it, but just mentioning "dok" as a key is prone to being considered a typo IMO. Maybe we should make it clear (here?) that "dok" (sic!) is meant

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Yeah, originally there was just doc and I found myself always wanting to open the browser. Maybe swapping the sentence in the parentheses with the one outside could clarify this.

@Bromeon Bromeon force-pushed the qol/contrib branch 2 times, most recently from 7c7710e to 53e8184 Compare April 6, 2023 22:02
@Bromeon
Copy link
Member Author

Bromeon commented Apr 6, 2023

bors r+

@bors
Copy link
Contributor

bors bot commented Apr 6, 2023

Build succeeded:

@bors bors bot merged commit e3b9ad1 into master Apr 6, 2023
@bors bors bot deleted the qol/contrib branch April 6, 2023 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: tooling CI, automation, tools documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error loading extension: res//DodgeTheCreeps.gdextension
2 participants