Skip to content

Commit

Permalink
Add issue template for better orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Sep 22, 2022
1 parent 14b4b07 commit 86371dd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Bug report
about: Found a bug in our project? Create a report to help us improve.
labels: bug
---

<!-- Add enough information so we can understand your problem -->

```php
// Please add code examples if possible, so we can reproduce your steps
```
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Report a security vulnerability
url: https://reactphp.org/#support
about: 'If you discover a security vulnerability, please send us an email. Do not disclose security-related issues publicly.'
- name: Feature request
url: https://github.com/orgs/reactphp/discussions/categories/ideas
about: 'You have ideas to improve our project? Start a new discussion in our "ideas" category.'
- name: Questions
url: https://github.com/orgs/reactphp/discussions/categories/q-a
about: 'We are happy to answer your questions! Start a new discussion in our "Q&A" category.'

0 comments on commit 86371dd

Please sign in to comment.