Skip to content

Commit 586b566

Browse files
committed
Issue templates: add extra checkbox
The issue tracker is for bug reports, feature requests and structural improvement proposals only. Not for support requests. As per the contributing guide those belong on StackOverflow or in the discussion forum, not in the issue tracker. Let's see if this helps to reduce the noise of people posting support requests as "bugs"
1 parent aca6b8b commit 586b566

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,6 @@ Add any other context about the problem here.
6666
## Please confirm
6767

6868
- [ ] I have searched the issue list and am not opening a duplicate issue.
69+
- [ ] I have read the [Contribution Guidelines](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/.github/CONTRIBUTING.md) and this is not a [support question](https://github.com/PHPCSStandards/PHP_CodeSniffer/discussions).
6970
- [ ] I confirm that this bug is a bug in PHP_CodeSniffer and not in one of the external standards.
7071
- [ ] I have verified the issue still exists in the `master` branch of PHP_CodeSniffer.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ code samples of what should *not* be flagged.
2121
## Additional context (optional)
2222
<!-- Add any other context or screenshots about the feature request here. -->
2323

24+
- [ ] I have read the [Contribution Guidelines](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/.github/CONTRIBUTING.md) and this is not a [support question](https://github.com/PHPCSStandards/PHP_CodeSniffer/discussions).
2425
- [ ] I intend to create a pull request to implement this feature.

0 commit comments

Comments
 (0)