Skip to content

Commit 8a70b4a

Browse files
authored
Merge pull request #3 from SimonFrings/issue_template
Add issue templates for ReactPHP organisation
2 parents 10d2486 + d24a153 commit 8a70b4a

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Bug report
3+
about: Found a bug in our project? Create a report to help us improve.
4+
labels: bug
5+
---
6+
7+
<!-- Add enough information so we can understand your problem -->
8+
9+
```php
10+
// Please add code examples if possible, so we can reproduce your steps
11+
```

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.'

0 commit comments

Comments
 (0)