Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit b0d30ee

Browse files
committed
Update contributing guide, bump year
1 parent 6f898ad commit b0d30ee

File tree

6 files changed

+4
-126
lines changed

6 files changed

+4
-126
lines changed

.gitattributes

Lines changed: 1 addition & 2 deletions
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

Lines changed: 0 additions & 22 deletions
This file was deleted.

CONTRIBUTING

Lines changed: 1 addition & 0 deletions
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

Lines changed: 0 additions & 100 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (c) 2014-2015 Eric GELOEN <[email protected]>
2-
Copyright (c) 2015 PHP HTTP Team <[email protected]>
2+
Copyright (c) 2015-2016 PHP HTTP Team <[email protected]>
33

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ composer test
3333

3434
## Contributing
3535

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

3838

3939
## Security

0 commit comments

Comments
 (0)