-
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #475 from SimonFrings/issue_template
Add issue template for better orientation
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.' |