Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue template for better orientation #466

Merged
merged 1 commit into from
Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
SimonFrings marked this conversation as resolved.
Show resolved Hide resolved
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.'