Skip to content

Commit cb28b89

Browse files
authored
Merge pull request #10013 from nextcloud/backport/10010/stable24
[stable24] fix: Typo in description for labeling
2 parents 11368d6 + 197c826 commit cb28b89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

developer_manual/getting_started/codingguidelines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ General
1313
* New features are always developed in a branch and only merged to master once they are fully done.
1414
* Software should work. We only put features into master when they are complete. It's better to not have a feature instead of having one that works poorly.
1515
* It is best to start working based on an issue - create one if there is none. You describe what you want to do, ask feedback on the direction you take it and take it from there.
16-
* When you are finished, use the merge request function on GitHub to create a pull request. The other developers will look at it and give you feedback. You can signify that your PR is ready for review by adding the label "5 - ready for review" to it. See `the code review page for more information <../prologue/bugtracker/codereviews.html>`_
16+
* When you are finished, use the merge request function on GitHub to create a pull request. The other developers will look at it and give you feedback. You can signify that your PR is ready for review by adding the label "3. to review" to it. See `the code review page for more information <../prologue/bugtracker/codereviews.html>`_
1717
* It is key to keep changes separate and small. The bigger and more hairy a PR grows, the harder it is to get it in. So split things up where you can in smaller changes - if you need a small improvement like a API addition for a big feature addition, get it in first rather than adding it to the big piece of work!
1818
* Decisions are made by consensus. We strive for making the best technical decisions and as nobody can know everything, we collaborate. That means a first negative comment might not be the final word, neither is positive feedback an immediate GO. Nextcloud is built out of modular pieces (apps) and maintainers have a strong influence. In case of disagreement we consult other seasoned contributors.
1919

0 commit comments

Comments
 (0)