Skip to content

Fixed the bootstrap DocBlock. #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
935 changes: 619 additions & 316 deletions LICENSE.md

Large diffs are not rendered by default.

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

> 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 Contributing](https://knowthecode.io/labs/git-contributing) hands-on coding lab.

I'm working on this file and making changes.
8 changes: 4 additions & 4 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,13 +9,13 @@
* @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 for the Git Contributing hands on coding lab.
* Version: 1.0.0
* Author: Git Contributing Team
* Author URI: https://KnowTheCode.io
* Text Domain: git-contributing
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* License: GNU-3.0+
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
*/

namespace KnowTheCode\GitContributing;
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 for the Git Contributing hands on coding lab.",
"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 GNU-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 GNU-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 GNU-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 GNU-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 GNU-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 GNU-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 GNU-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 GNU-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 GNU-3.0+++
*/

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