8000 Merge pull request #466 from SimonFrings/issue_template · reactphp/reactphp@8ba9ccd · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ba9ccd

Browse files
authored
Merge pull request #466 from SimonFrings/issue_template
Add issue template for better orientation
2 parents 14b4b07 + ba05d1f commit 8ba9ccd

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Report a security vulnerability
4+
url: https://reactphp.org/#support
5+
about: 'If you discover a security vulnerability, please send us an email. Do not disclose security-related issues publicly.'
6+
- name: Feature request
7+
url: https://github.com/orgs/reactphp/discussions/categories/ideas
8+
about: 'You have ideas to improve our project? Start a new discussion in our "Ideas" category.'
9+
- name: Questions
10+
url: https://github.com/orgs/reactphp/discussions/categories/q-a
11+
about: 'We are happy to answer your questions! Start a new discussion in our "Q&A" category.'

0 commit comments

Comments
 (0)
0