Author: Andreas Möller (localheinz)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2024-02-12T20:05:12+03:00

Commit: 
https://github.com/php/web-php/commit/ff36297eefeaea36ec0dc7a9b4460d6fe0c9e172
Raw diff: 
https://github.com/php/web-php/commit/ff36297eefeaea36ec0dc7a9b4460d6fe0c9e172.diff

Enhancement: Use shell for fenced code blocks (#891)

Changed paths:
  M  .github/CONTRIBUTING.md


Diff:

diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 449c5c0e71..c00267ff51 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -4,7 +4,7 @@ Anybody who programs in PHP can be a contributing member of the 
community that
 develops and deploys www.php.net; the task of deploying the www.php.net 
website is a never-ending one.
 
 You don't need any special access to download, debug and begin submitting
-code, tests or documentation. 
+code, tests or documentation.
 
 ## Index
 
@@ -62,14 +62,14 @@ about what you're working on, you can contact us via the
 - Create test scripts.
 - Run
 
-  ```
+  ```shell
   make tests
   ```
 
   to check your change doesn't break other features.
 - Run
 
-  ```
+  ```shell
   make coding-standards
   ```
 
@@ -93,7 +93,7 @@ bumping. Before doing this think about these questions:
 
 ## What happens when your contribution is applied?
 
-Your name will likely be included in the Git commit log. 
+Your name will likely be included in the Git commit log.
 
 ## Git commit rules
 
@@ -124,13 +124,13 @@ Having said that, here are the organizational rules:
 
 5. Test your changes before committing them. We mean it. Really. To do so use
 
-   ```
+   ```shell
    make tests
    ```
 
 5. Fix coding standard issues before committing code. To do so use
 
-   ```
+   ```shell
    make coding-standards
    ```
 

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to