Skip to content

Commit 187166d

Browse files
Generate Contributing page in the proper format
1 parent 866c6b4 commit 187166d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

command.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,14 @@ function generate_contributing() {
7070
EOT;
7171
$replace = <<<EOT
7272
---
73-
layout: default
73+
layout: doc
7474
title: Contributing
7575
category: Contributing
7676
description: An introduction to the contributing process.
77+
quick_links:
78+
- Reporting a bug
79+
- Creating a pull request
80+
- Improving our documentation
7781
---
7882
EOT;
7983
$contents = str_replace( $search, $replace, $contents );

0 commit comments

Comments
 (0)