|
1 | | -Bugfix: Fix behavior for foobar (in the present tense, max length 80 chars) |
| 1 | +``` |
| 2 | +Bugfix/Change/Enhancement/Security: Title (Present tense - Max length: 80 chars) |
2 | 3 |
|
3 | | -We've fixed the behavior for foobar, a long-standing annoyance for ownCloud |
4 | | -users. |
| 4 | +Description of the new bugfix, change or feature (Present perfect passive tense) |
5 | 5 |
|
6 | | -The text in the paragraphs is written in past tense. The last section is a list |
7 | | -of issue URLs, PR URLs and other URLs. The first issue ID (or the first PR ID, |
8 | | -in case there aren't any issue links) is used as the primary ID. |
| 6 | +https://github.com/owncloud/android/issues/<issue-id> |
| 7 | +https://github.com/owncloud/android/pull/<pull-request-id> |
| 8 | +``` |
9 | 9 |
|
10 | | -https://github.com/owncloud/android/issues/1234 |
11 | | -https://github.com/owncloud/android/pull/55555 |
12 | | -https://doc.owncloud.com/server/admin_manual/configuration/server/config_sample_php_parameters.html |
| 10 | +*Note: The last section is a list of issue URLs, PR URLs and other URLs. The first issue ID (or the first PR ID, in case there aren't any issue links) is used as the primary ID.* |
| 11 | + |
| 12 | +## Examples |
| 13 | + |
| 14 | +``` |
| 15 | +Bugfix: Side menu collapses info in landscape |
| 16 | +
|
| 17 | +Two empty and visual items have been added to prevent the drawer from collapsing in landscape mode. |
| 18 | +
|
| 19 | +https://github.com/owncloud/android/issues/4513 |
| 20 | +https://github.com/owncloud/android/pull/4580 |
| 21 | +``` |
| 22 | + |
| 23 | +``` |
| 24 | +Enhancement: Create a new space |
| 25 | +
|
| 26 | +A new floating action button has been added to the spaces list, visible only to users with right permissions. |
| 27 | +In addition, a new dialog for space creation has been implemented and, it is shown when the floating action button is tapped. |
| 28 | +
|
| 29 | +https://github.com/owncloud/android/issues/4606 |
| 30 | +https://github.com/owncloud/android/issues/4688 |
| 31 | +https://github.com/owncloud/android/pull/4683 |
| 32 | +https://github.com/owncloud/android/pull/4694 |
| 33 | +``` |
0 commit comments