forked from vtsykun/packeton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added issue templates and security policy
- Loading branch information
Showing
5 changed files
with
79 additions
and
1 deletion.
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,60 @@ | ||
name: Bug Report | ||
description: Found something you weren't expecting? Report it here! | ||
labels: kind/bug | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
NOTE: Do not report security reports publicly. See Reporting a vulnerability policy https://github.com/vtsykun/packeton/security/policy | ||
- type: markdown | ||
attributes: | ||
value: | | ||
1. Make sure you are using the latest release. | ||
2. Please give all relevant information below for bug reports: logs details, stack traces, environment. You can found exception logs in var/log/ | ||
3. Please provide steps how to reproduce. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
Please provide a description of your issue here. | ||
- type: dropdown | ||
id: demo-reproduce | ||
attributes: | ||
label: Can you reproduce the bug on the Packeton demo site? | ||
description: | | ||
If so, please provide a URL in the Description field | ||
URL of Packeton demo: https://demo.packeton.org | ||
options: | ||
- "Not applicable" | ||
- "Yes" | ||
- "No" | ||
- type: dropdown | ||
id: database | ||
attributes: | ||
label: Database | ||
description: What database system are you running? | ||
options: | ||
- PostgreSQL | ||
- MySQL | ||
- SQLite | ||
- Other | ||
- type: markdown | ||
attributes: | ||
value: | | ||
It's really important to provide pertinent logs | ||
In addition, if you can temporary enable dev mode with `APP_ENV=dev` and run `composer install` to install all dev dependencies to see errors in UI. | ||
After tests, please do not forget disable dev mode, because it is not secure for production. | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: If this issue involves the UX/UI bugs, please provide one or more screenshots | ||
- type: textarea | ||
id: run-info | ||
attributes: | ||
label: How are you running Packeton? | ||
description: | | ||
Please include information about environment, e.g. if it is being run from docker, a php-fpm, nginx etc | ||
validations: | ||
required: false |
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,7 @@ | ||
--- | ||
name: Feature request/General Question | ||
about: Report Feature requests and Questions | ||
|
||
--- | ||
|
||
|
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,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Reporting a vulnerability | ||
url: https://github.com/vtsykun/packeton/security/policy | ||
about: For security concerns, please send a mail privately instead of opening a public issue. |
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,6 @@ | ||
# Reporting a vulnerability | ||
|
||
If you have found any issues that might have security implications, | ||
please send a report privately to tsykun314 [at] gmail.com or matrix @kasztelan:matrix.org | ||
|
||
Don't report security reports publicly. |
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