We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866c6b4 commit 187166dCopy full SHA for 187166d
command.php
@@ -70,10 +70,14 @@ function generate_contributing() {
70
EOT;
71
$replace = <<<EOT
72
---
73
-layout: default
+layout: doc
74
title: Contributing
75
category: Contributing
76
description: An introduction to the contributing process.
77
+quick_links:
78
+ - Reporting a bug
79
+ - Creating a pull request
80
+ - Improving our documentation
81
82
83
$contents = str_replace( $search, $replace, $contents );
0 commit comments