Skip to content

Commit

Permalink
docs(contributing): Fix merge conflict in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rwhogg committed Jul 28, 2022
1 parent aeddbcb commit 4bf8c94
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,9 @@ accept your pull requests.
Contributor License Agreement (see details above).
1. Fork the desired repo, develop and test your code changes.
1. Ensure that your code adheres to the existing style in the sample to which
<<<<<<< HEAD
you are contributing. Refer to the
[Google Cloud Platform Samples Style Guide]
(https://github.com/GoogleCloudPlatform/Template/wiki/style.html) for the
[Google Cloud Platform Samples Style Guide](https://github.com/GoogleCloudPlatform/Template/wiki/style.html) for the
recommended coding standards for this organization.
1. Ensure that your code has an appropriate set of unit tests which all pass.
Set up [Travis](./TRAVIS.md) to run the unit tests on your fork.
1. Submit a pull request.
=======
you are contributing.
1. Ensure that your code has an appropriate set of unit tests which all pass.
Set up [Travis](./TRAVIS.md) to run the unit tests on your fork.
1. Submit a pull request.

## Style

Samples in this repository follow the [PSR2][psr2] and [PSR4][psr4]
recommendations. This is enforced using [PHP CS Fixer][php-cs-fixer].

[psr2]: http://www.php-fig.org/psr/psr-2/
[psr4]: http://www.php-fig.org/psr/psr-4/
[php-cs-fixer]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
>>>>>>> 5f54c719ced870d4327a38823aea4906d88e15f9

0 comments on commit 4bf8c94

Please sign in to comment.