-
Notifications
You must be signed in to change notification settings - Fork 107
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
Add additional documentation for each module #50
Comments
Question: for the long description part, do we want to use the existing performance/docs/Writing-a-module.md Line 44 in dcbea35
|
@adamsilverstein I think sticking to a brief description in the Regarding the longer description, I think that's a great idea, but I'm not sure a module header would be suitable for that. What if for example we want multiple sections or any formatting such as bold/italic text etc? Maybe we need another approach here. I think what would be a neat approach here would be even if we could make the contents of the
The above would allow us to show as flexible information in the plugin we could possibly need, and even more importantly it would allow us to keep maintenance low - a single If we wanted to include contributor-/developer-specific information in the What do you think? |
Now that we split modules into standalone plugins, I don't think this applies anymore. Each plugin has a thorough readme already, and for contributing we have dedicated docs too. |
Each module should include some basic documentation (both user facing and developer oriented) about what it does and how to use it.
README.md
in each module's folder root. Primarily for developers who would be browsing the repository.The text was updated successfully, but these errors were encountered: