Skip to content

Commit 3a23280

Browse files
committed
CONTRIBUTING: move file to .github directory
... which is nowadays the more common location for this type of file. Includes updating the link in the README file. Ref: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors
1 parent b0ecdf1 commit 3a23280

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Bug reports and feature requests can be submitted on the [Github Issue Tracker](
106106

107107
## Contributing
108108

109-
See [CONTRIBUTING.md](CONTRIBUTING.md) for information.
109+
See [CONTRIBUTING.md](.github/CONTRIBUTING.md) for information.
110110

111111
## Versioning
112112

package.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
116116
</file>
117117
<file baseinstalldir="PHP/CodeSniffer" name="CodeSniffer.conf.dist" role="data" />
118118
<file baseinstalldir="PHP/CodeSniffer" name="README.md" role="doc" />
119-
<file baseinstalldir="PHP/CodeSniffer" name="CONTRIBUTING.md" role="doc" />
120119
<file baseinstalldir="PHP/CodeSniffer" name="licence.txt" role="doc" />
121120
<file baseinstalldir="PHP/CodeSniffer" name="phpcs.xml.dist" role="php" />
122121
<file baseinstalldir="PHP/CodeSniffer" name="phpcs.xsd" role="php" />
@@ -2153,7 +2152,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
21532152
<install as="phpcs.bat" name="bin/phpcs.bat" />
21542153
<install as="phpcbf.bat" name="bin/phpcbf.bat" />
21552154
<install as="README" name="README.md" />
2156-
<install as="CONTRIBUTING" name="CONTRIBUTING.md" />
21572155
<install as="LICENCE" name="licence.txt" />
21582156
<install as="phpunit.xml" name="phpunit.xml.dist" />
21592157
<install as="AllTests.php" name="tests/AllTests.php" />
@@ -2277,7 +2275,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
22772275
<install as="phpcs" name="bin/phpcs" />
22782276
<install as="phpcbf" name="bin/phpcbf" />
22792277
<install as="README" name="README.md" />
2280-
<install as="CONTRIBUTING" name="CONTRIBUTING.md" />
22812278
<install as="LICENCE" name="licence.txt" />
22822279
<install as="phpunit.xml" name="phpunit.xml.dist" />
22832280
<install as="tests/AllTests.php" name="tests/AllTests.php" />

0 commit comments

Comments
 (0)