Skip to content

Commit 83f76d6

Browse files
committed
Note on merge conflicts
1 parent dee5f09 commit 83f76d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site/users/index.html.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ var Site = require('../_core/Site');
1515
*
1616
* Please include logos with transparent backgrounds with no extra margin in the image.
1717
* If your logo is round, include `isRound: true` in your entry.
18+
*
19+
* Please leave a trailing comma after your entry to avoid merge conflicts.
1820
*/
1921
var logos = [
2022
{
@@ -311,6 +313,8 @@ var logos = [
311313
//
312314
// Please include logos with transparent backgrounds with no extra margin in the image.
313315
// If your logo is round, include `isRound: true` in your entry.
316+
//
317+
// Please leave a trailing comma after your entry to avoid merge conflicts.
314318
];
315319

316320
module.exports = ({ page }) =>

0 commit comments

Comments
 (0)