diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 5036ca4dcd..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,66 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: ['Status: triage', 'Type: bug'] -assignees: '' - ---- - - - -## Describe the bug -A clear and concise description of what the bug is. - -### Code sample -```php -echo "A short code snippet that can be used to reproduce the bug. Do NOT paste screenshots of code!"; -``` - -### Custom ruleset -```xml - - - If you are using a custom ruleset, please enter it here. - -``` - -### To reproduce -Steps to reproduce the behavior: -1. Create a file called `test.php` with the code sample above... -2. Run `phpcs test.php ...` -3. See error message displayed -``` -PHPCS output here -``` - -## Expected behavior -A clear and concise description of what you expected to happen. - -## Versions (please complete the following information) - -| | | -|-|-| -| Operating System | [e.g., Windows 10, MacOS 10.15] -| PHP version | [e.g., 7.2, 7.4] -| PHP_CodeSniffer version | [e.g., 3.5.5, master] -| Standard | [e.g., PSR2, PSR12, Squiz, custom] -| Install type | [e.g. Composer (global/local), PHAR, PEAR, git clone, other (please expand)] - -## Additional context -Add any other context about the problem here. - -## Please confirm: - -- [ ] I have searched the issue list and am not opening a duplicate issue. -- [ ] I confirm that this bug is a bug in PHP_CodeSniffer and not in one of the external standards. -- [ ] I have verified the issue still exists in the `master` branch of PHP_CodeSniffer. diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000000..9c72562df6 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,18 @@ +``` + :####: ######## .####. ######: + :###### ######## ###### #######: + ##: :# ## :## ##: ## :## + ## ## ##: :## ## ## + ###: ## ## ## ## :## + :#####: ## ## ## #######: + .#####: ## ## ## ######: + :### ## ## ## ## + ## ## ##: :## ## + #:. :## ## :## ##: ## + #######: ## ###### ## + .#####: ## .####. ## +``` + +This repository has been abandoned. +The project lives on at https://github.com/PHPCSStandards/PHP_CodeSniffer +See https://github.com/squizlabs/PHP_CodeSniffer/issues/3932 for more information. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4afe79d762..9c72562df6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,51 +1,18 @@ - - - - -## Description - - - -### Suggested changelog entry - - - -### Related issues/external references - -Fixes # - - -## Types of changes - -- [ ] Bug fix _(non-breaking change which fixes an issue)_ -- [ ] New feature _(non-breaking change which adds functionality)_ -- [ ] Breaking change _(fix or feature that would cause existing functionality to change)_ - - [ ] This change is only breaking for integrators, not for external standards or end-users. -- [ ] Documentation improvement - - -## PR checklist - -- [ ] I have checked there is no other PR open for the same change. -- [ ] I have read the [Contribution Guidelines](.github/CONTRIBUTING.md). -- [ ] 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). -- [ ] I have added tests to cover my changes. -- [ ] I have verified that the code complies with the projects coding standards. -- [ ] [Required for new sniffs] I have added XML documentation for the sniff. -- [ ] [Required for new files] I have added any new files to the `package.xml` file. - - +``` + :####: ######## .####. ######: + :###### ######## ###### #######: + ##: :# ## :## ##: ## :## + ## ## ##: :## ## ## + ###: ## ## ## ## :## + :#####: ## ## ## #######: + .#####: ## ## ## ######: + :### ## ## ## ## + ## ## ##: :## ## + #:. :## ## :## ##: ## + #######: ## ###### ## + .#####: ## .####. ## +``` + +This repository has been abandoned. +The project lives on at https://github.com/PHPCSStandards/PHP_CodeSniffer +See https://github.com/squizlabs/PHP_CodeSniffer/issues/3932 for more information.