diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index fa5c6561bd..e474c86857 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,7 +30,7 @@ echo "A short code snippet that can be used to reproduce the bug. Do NOT paste s ```xml - If you are using a custom ruleset, please enter it here. + If you are using a custom ruleset, please enter the relevant part here. ``` @@ -51,8 +51,8 @@ A clear and concise description of what you expected to happen. | | | |-|-| | 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] +| PHP version | [e.g., 7.2, 8.1] +| PHP_CodeSniffer version | [e.g., 3.7.2, master] | Standard | [e.g., PSR2, PSR12, Squiz, custom] | Install type | [e.g. Composer (global/local), PHAR, git clone, other (please expand)] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..366fc32646 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: I have a suggestion (and may want to implement it). +title: '' +labels: ['Status: triage', 'Type: enhancement'] +assignees: '' + +--- + +## Is your feature request related to a problem? + + +## Describe the solution you'd like + + +## Additional context (optional) + + +- [ ] I intend to create a pull request to implement this feature. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7df4a8127d..8bbef3d7b5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,7 @@ +--- +labels: ['Status: triage'] +--- + -### Suggested changelog entry +## Suggested changelog entry -### Related issues/external references +## Related issues/external references Fixes # @@ -37,7 +41,6 @@ Fixes # - [ ] 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.