Fixed onClose callback in datepicker
[GitHub/WoltLab/WCF.git] / CONTRIBUTING.md
index 21ac539f696f1fabae6faa4f944dbc854349ca8c..413adbb87baad0642d1e8dab5c144d0ef0d22f42 100644 (file)
@@ -1,9 +1,9 @@
 CONTRIBUTING
 ============
 
-First of all: Thanks for your interest in contributing to WoltLab Community Framework! However, you have to meet some requirements in order to get your changes accepted.
+First of all: Thanks for your interest in contributing to WoltLab Suite Core! However, you have to meet some requirements in order to get your changes accepted.
 
-**Notice:** This is the unstable development tree of WCF, if you wish to submit pull requests for WCF 2.0.x, please select the branch "2.0". 
+**Notice:** This is the stable tree of WCF 2.1.x, if you wish to submit pull requests for WCF 2.0.x, please select the branch "2.0". 
 
 General requirements
 --------------------
@@ -32,7 +32,7 @@ Automated tests
 We are running [PHP Codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) to ensure most of our formatting rules. You SHOULD test your changes before submitting them with it.
 
 1. Install PHP Codesniffer, either via PEAR or via cloning it
-2. Execute the following command in the root of your clone of Community Framework:
+2. Execute the following command in the root of your clone of WoltLab Suite Core:
 
    ```sh
     $ phpcs -p --extensions=php --standard="`pwd`/CodeSniff/WCF" .