Skip to content

Commit 4caa4ef

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 d956293 commit 4caa4ef

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Fixes #
3232
## PR checklist
3333
<!-- Go over all the following points, and put an `x` in all the boxes that apply. -->
3434
- [ ] I have checked there is no other PR open for the same change.
35-
- [ ] I have read the [Contribution Guidelines](.github/CONTRIBUTING.md).
35+
- [ ] I have read the [Contribution Guidelines](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/.github/CONTRIBUTING.md).
3636
- [ ] I grant the project the right to include and distribute the code under the BSD-3-Clause license (and I have the right to grant these rights).
3737
- [ ] I have added tests to cover my changes.
3838
- [ ] I have verified that the code complies with the projects coding standards.

README.md

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

100100
## Contributing
101101

102-
See [CONTRIBUTING.md](CONTRIBUTING.md) for information.
102+
See [CONTRIBUTING.md](.github/CONTRIBUTING.md) for information.
103103

104104
## Versioning
105105

0 commit comments

Comments
 (0)