Skip to content

Commit 6276187

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 2dc7b59 commit 6276187

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
@@ -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" />
@@ -2149,7 +2148,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
21492148
<install as="phpcs.bat" name="bin/phpcs.bat" />
21502149
<install as="phpcbf.bat" name="bin/phpcbf.bat" />
21512150
<install as="README" name="README.md" />
2152-
<install as="CONTRIBUTING" name="CONTRIBUTING.md" />
21532151
<install as="LICENCE" name="licence.txt" />
21542152
<install as="phpunit.xml" name="phpunit.xml.dist" />
21552153
<install as="AllTests.php" name="tests/AllTests.php" />
@@ -2273,7 +2271,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
22732271
<install as="phpcs" name="bin/phpcs" />
22742272
<install as="phpcbf" name="bin/phpcbf" />
22752273
<install as="README" name="README.md" />
2276-
<install as="CONTRIBUTING" name="CONTRIBUTING.md" />
22772274
<install as="LICENCE" name="licence.txt" />
22782275
<install as="phpunit.xml" name="phpunit.xml.dist" />
22792276
<install as="tests/AllTests.php" name="tests/AllTests.php" />

0 commit comments

Comments
 (0)