Skip to content

Commit ab3bb0e

Browse files
authored
Merge pull request #518 from PHPCSStandards/feature/update-issue-templates
Issue templates: add extra checkbox + config file
2 parents d140424 + a7b6134 commit ab3bb0e

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-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/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Community Support
4+
url: https://github.com/PHPCSStandards/PHP_CodeSniffer/discussions?discussions_q=-category%3AAnnouncements
5+
about: Support questions belong in Discussions, not in the issue tracker.

.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)