-
Notifications
You must be signed in to change notification settings - Fork 29
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
Document feature flags for a given release #482
Comments
Example of documenting feature flags in docs is here https://crates.io/crates/wasmer |
AC: In a discoverable location (my plan is to put it on an 0.4 upgrade guide, plus the top level module docs for relevant crates), all the feature flags are documented, along with instructions (or a link to the instructions on the Holonix readme) on how to use them. |
Resolved in #499 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With unstable features moving behind feature flags that are off by default, the flags (and the means to enable them) should be documented. The means is already documented in Holonix; there's a DRY question there.
The text was updated successfully, but these errors were encountered: