-
Notifications
You must be signed in to change notification settings - Fork 298
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
Update CONTRIBUTING.md #1585
base: main
Are you sure you want to change the base?
Update CONTRIBUTING.md #1585
Conversation
Looks good! Just one minor change @j9liu |
Makes sense, thanks @azrogers ! Let me know if you see anything else to change. |
- Follow the [Coding Guide](https://github.com/CesiumGS/cesium-native/blob/main/doc/style-guide.md). | ||
- Verify your is formatted, as described in the Coding Guide. | ||
- Once you are done making new commits to address feedback, add a comment to the pull request such as `"this is ready"` so we know to take another look. | ||
- Verify that your code conforms to our [Style Guide](https://github.com/CesiumGS/cesium-native/blob/main/doc/style-guide.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I missed this the first time around, but this link is now broken as the style guide has been moved to doc/topics/style-guide.md
instead. But we should probably link to https://cesium.com/learn/cesium-native/ref-doc/style-guide.html now.
Another link change I missed the first time around 😅. Once you get that in, I can merge it! @j9liu |
I noticed several broken links and some out-of-date information, so I did a pass for correctness. I also updated the "Submitting an issue" section with more specific questions. We should start pointing to the list more often 🙂