Skip to content
Open
935 changes: 619 additions & 316 deletions LICENSE.md

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

> An awesome collaborative project to teach you the contributor workflow.

This repository is for the [Git Contributing](https://knowthecode.io/labs/git-contributing) hands-on coding lab.
This repository is for the [Git Contribut

I am testing the merge update strategy.

I am continuing to work on this file.
4 changes: 2 additions & 2 deletions bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Launches the Git Contributing plugin.
* Launches the Git Contributing plugin for you to enjoy while learning about git.
*
* @package KnowTheCode\GitContributing
* @author hellofromTonya
Expand All @@ -9,7 +9,7 @@
* @wordpress-plugin
* Plugin Name: Git Contributing
* Plugin URI: https://github.com/KnowTheCode/git-contributing
* Description: Git Contributing - an awesome collaborative project to teach you the contributor workflow.
* Description: An awesome collaborative project to teach you the contributor workflow.
* Version: 1.0.0
* Author: Git Contributing Team
* Author URI: https://KnowTheCode.io
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knowthecode/git-contributing",
"description": "Git Contributing - an awesome collaborative project to teach you the contributor workflow.",
"description": "An awesome collaborative project to teach you the contributor workflow.",
"type": "wordpress-plugin",
"license": "GPL-2.0+",
"support": {
Expand Down
2 changes: 1 addition & 1 deletion src/asset/handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @since 1.0.0
* @author Git Contributing Team
* @link https://knowthecode.io
* @license GNU-2.0+
* @license GPL-3.0+
*/

namespace KnowTheCode\GitContributing\Asset;
Expand Down
2 changes: 1 addition & 1 deletion tests/php/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package KnowTheCode\GitContributing\Tests\PHP
* @since 1.0.0
* @link https://github.com/KnowTheCode/git-contributing
* @license GNU-2.0+
* @license GPL-3.0+
*/

namespace KnowTheCode\GitContributing\Tests\PHP;
Expand Down
2 changes: 1 addition & 1 deletion tests/php/integration/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package KnowTheCode\GitContributing\Tests\PHP\Integration
* @since 1.0.0
* @link https://github.com/KnowTheCode/git-contributing
* @license GNU-2.0+
* @license GPL-3.0+
*/

namespace KnowTheCode\GitContributing\Tests\PHP\Integration;
Expand Down
2 changes: 1 addition & 1 deletion tests/php/integration/class-test-case.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package KnowTheCode\GitContributing\Tests\PHP\Integration
* @since 1.0.0
* @link https://github.com/KnowTheCode/git-contributing
* @license GNU-2.0+
* @license GPL-3.0+
*/

namespace KnowTheCode\GitContributing\Tests\PHP\Integration;
Expand Down
2 changes: 1 addition & 1 deletion tests/php/integration/sampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @package KnowTheCode\GitContributing\Tests\PHP\Integration
* @since 1.0.0
* @link https://github.com/KnowTheCode/git-contributing
* @license GNU-2.0+
* @license GPL-3.0+
*/

namespace KnowTheCode\GitContributing\Tests\PHP\Integration;
Expand Down
2 changes: 1 addition & 1 deletion tests/php/test-case-trait.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package KnowTheCode\GitContributing\Tests\PHP
* @since 1.0.0
* @link https://github.com/KnowTheCode/git-contributing
* @license GNU-2.0+
* @license GPL-3.0+
*/

namespace KnowTheCode\GitContributing\Tests\PHP;
Expand Down
2 changes: 1 addition & 1 deletion tests/php/unit/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package KnowTheCode\GitContributing\Tests\PHP\Unit
* @since 1.0.0
* @link https://github.com/KnowTheCode/git-contributing
* @license GNU-2.0+
* @license GPL-3.0+
*/

namespace KnowTheCode\GitContributing\Tests\PHP\Unit;
Expand Down
2 changes: 1 addition & 1 deletion tests/php/unit/class-test-case.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package KnowTheCode\GitContributing\Tests\PHP\Unit
* @since 1.0.0
* @link https://github.com/KnowTheCode/git-contributing
* @license GNU-2.0+
* @license GPL-3.0+
*/

namespace KnowTheCode\GitContributing\Tests\PHP\Unit;
Expand Down
2 changes: 1 addition & 1 deletion tests/php/unit/sampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @package KnowTheCode\GitContributing\Tests\PHP\Unit
* @since 1.0.0
* @link https://github.com/KnowTheCode/git-contributing
* @license GNU-2.0+
* @license GPL-3.0+
*/

namespace KnowTheCode\GitContributing\Tests\PHP\Unit;
Expand Down