Skip to content

Commit 2636bc7

Browse files
committed
Update contributing guide, bump year
1 parent 07e10ed commit 2636bc7

File tree

6 files changed

+4
-126
lines changed

6 files changed

+4
-126
lines changed

.gitattributes

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ tests/ export-ignore
77
.scrutinizer.yml export-ignore
88
.styleci.yml export-ignore
99
.travis.yml export-ignore
10-
CONDUCT.md export-ignore
11-
CONTRIBUTING.md export-ignore
10+
CONTRIBUTING export-ignore
1211
phpspec.yml.ci export-ignore
1312
phpspec.yml.dist export-ignore
1413
phpunit.xml.dist export-ignore

CONDUCT.md

-22
This file was deleted.

CONTRIBUTING

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please see http://docs.php-http.org/en/latest/development/contributing.html

CONTRIBUTING.md

-100
This file was deleted.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015 PHP HTTP Team <[email protected]>
1+
Copyright (c) 2015-2016 PHP HTTP Team <[email protected]>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ composer test
4141

4242
## Contributing
4343

44-
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
44+
Please see our [contributing guide](http://docs.php-http.org/en/latest/development/contributing.html).
4545

4646

4747
## Security

0 commit comments

Comments
 (0)