Codebase list php-react-promise / 84f2046
Merge pull request #239 from SimonFrings/issue_template Add issue template for better orientation Cees-Jan Kiewiet authored 1 year, 6 months ago GitHub committed 1 year, 6 months ago
2 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 ---
1 name: Bug report
2 about: Found a bug in our project? Create a report to help us improve.
3 labels: bug
4 ---
5
6 <!-- Add enough information so we can understand your problem -->
7
8 ```php
9 // Please add code examples if possible, so we can reproduce your steps
10 ```
0 blank_issues_enabled: false
1 contact_links:
2 - name: Report a security vulnerability
3 url: https://reactphp.org/#support
4 about: 'If you discover a security vulnerability, please send us an email. Do not disclose security-related issues publicly.'
5 - name: Feature request
6 url: https://github.com/orgs/reactphp/discussions/categories/ideas
7 about: 'You have ideas to improve our project? Start a new discussion in our "Ideas" category.'
8 - name: Questions
9 url: https://github.com/orgs/reactphp/discussions/categories/q-a
10 about: 'We are happy to answer your questions! Start a new discussion in our "Q&A" category.'