docs: expand style guide, add CONTRIBUTING.md, clarify line-length policy#14580
Open
docs: expand style guide, add CONTRIBUTING.md, clarify line-length policy#14580
Conversation
Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/a4983ff4-37de-4c58-b6a1-704f13e422df Co-authored-by: nextcloud-command <88102737+nextcloud-command@users.noreply.github.com>
Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/a4983ff4-37de-4c58-b6a1-704f13e422df Co-authored-by: nextcloud-command <88102737+nextcloud-command@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
nextcloud-command
April 24, 2026 13:23
View session
Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/a1e48a5d-fb5c-4031-bb01-cb2b3b3760c6 Co-authored-by: nextcloud-command <88102737+nextcloud-command@users.noreply.github.com>
skjnldsv
approved these changes
Apr 24, 2026
Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/64d78f60-de8d-43cc-8ba6-41f750424257 Co-authored-by: nextcloud-command <88102737+nextcloud-command@users.noreply.github.com>
miaulalala
requested changes
Apr 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR expands and improves the Nextcloud documentation contributor guidelines and style standards.
Changes
1. Enhanced Style Guide (
style_guide.rst)sudocommand syntax:sudo -u www-data php occ→sudo -E -u www-data php occ2. New Contributor Guide (
CONTRIBUTING.md)3. Communication Updates
Why This Matters
Files Modified
style_guide.rst- Updated with expanded guidelines, clarified line-length policy, and corrected PHP examplesCONTRIBUTING.md- New file with comprehensive contributor guidelines