Skip to content

Commit 4d50b4c

Browse files
committed
CONTRIBUTING: move file to .github directory
... which is nowadays the more common location for this type of file. Ref: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors
1 parent d148feb commit 4d50b4c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
File renamed without changes.

package.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
120120
</file>
121121
<file baseinstalldir="PHP/CodeSniffer" name="CodeSniffer.conf.dist" role="data" />
122122
<file baseinstalldir="PHP/CodeSniffer" name="README.md" role="doc" />
123-
<file baseinstalldir="PHP/CodeSniffer" name="CONTRIBUTING.md" role="doc" />
124123
<file baseinstalldir="PHP/CodeSniffer" name="licence.txt" role="doc" />
125124
<file baseinstalldir="PHP/CodeSniffer" name="phpcs.xml.dist" role="php" />
126125
<file baseinstalldir="PHP/CodeSniffer" name="phpcs.xsd" role="php" />
@@ -2154,7 +2153,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
21542153
<install as="phpcs.bat" name="bin/phpcs.bat" />
21552154
<install as="phpcbf.bat" name="bin/phpcbf.bat" />
21562155
<install as="README" name="README.md" />
2157-
<install as="CONTRIBUTING" name="CONTRIBUTING.md" />
21582156
<install as="LICENCE" name="licence.txt" />
21592157
<install as="phpunit.xml" name="phpunit.xml.dist" />
21602158
<install as="AllTests.php" name="tests/AllTests.php" />
@@ -2278,7 +2276,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
22782276
<install as="phpcs" name="bin/phpcs" />
22792277
<install as="phpcbf" name="bin/phpcbf" />
22802278
<install as="README" name="README.md" />
2281-
<install as="CONTRIBUTING" name="CONTRIBUTING.md" />
22822279
<install as="LICENCE" name="licence.txt" />
22832280
<install as="phpunit.xml" name="phpunit.xml.dist" />
22842281
<install as="tests/AllTests.php" name="tests/AllTests.php" />

0 commit comments

Comments
 (0)