-
-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1528 from WordPress-Coding-Standards/develop
Release version 1.2.0
- Loading branch information
Showing
71 changed files
with
2,928 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
## Bug Description | ||
<!-- | ||
Please provide a clear and concise description of what the bug is. | ||
What did you expect to happen? What actually happened? | ||
--> | ||
|
||
## Minimal Code Snippet | ||
<!-- Please provide example code that demonstrates the issue. Do NOT paste screenshots of code! --> | ||
|
||
```php | ||
// Place your code sample here. | ||
``` | ||
|
||
For bugs with fixers: How was the code fixed? How did you expect the code to be fixed? | ||
|
||
## Error Code | ||
<!-- | ||
The error code for the sniff that is (or should be) being triggered (you | ||
can see the sniff error codes by running `phpcs` with the `-s` flag). | ||
e.g. `WordPress.PHP.NoSilencedErrors.Discouraged` | ||
You can leave this section empty if you are reporting a false negative. | ||
--> | ||
|
||
## Environment | ||
|
||
| Question | Answer | ||
| ------------------------| ------- | ||
| PHP version | x.y.z | ||
| PHP_CodeSniffer version | x.y.z | ||
| WPCS version | x.y.z | ||
| WPCS install type | e.g. Composer global, Composer project local, git clone, other (please expand) | ||
| IDE (if relevant) | Name and version e.g. PhpStorm 2018.2.2 | ||
|
||
|
||
## Additional Context (optional) | ||
<!-- Add any other context about the problem here. --> | ||
|
||
## Tested Against `develop` branch? | ||
- [ ] I have verified the issue still exists in the `develop` branch of WPCS. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Dependency Change | ||
about: A reminder to take action when a WPCS dependency changes | ||
|
||
--- | ||
|
||
<!-- PLEASE prefix the title the Issue with the dependency name and version when action should be taken e.g. PHPCS 3.3: ... --> | ||
|
||
## Rationale | ||
|
||
<!-- Why should this change be made in WPCS? --> | ||
|
||
## References | ||
|
||
<!-- References, like a link to the changelog of the version which contains a feature or the upstream issue which requested it --> | ||
|
||
- ... | ||
|
||
## Action Checklist | ||
|
||
- [ ] ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
## Is your feature request related to a problem? | ||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
## Describe the solution you'd like | ||
<!-- | ||
A clear and concise description of what you want to happen. | ||
Any (sniff) feature request/suggestion should be accompanied by code samples of what should be detected. | ||
And preferably also code samples of code which shouldn't be flagged. | ||
--> | ||
|
||
## Additional context (optional) | ||
<!-- Add any other context or screenshots about the feature request here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.