Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/---bug-report.md

This file was deleted.

15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/---security-issue.md

This file was deleted.

24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: "\U0001F41E Report an error or problem"
about: Before you start, check whether a similar issue was already reported. Search via https://github.com/redaxo/core/issues
labels: Bug

---

### Description



### Affected versions

<!-- Insert a system report via `REDAXO > System > System report > As Markdown` or tell us more about the system: -->

REDAXO:
PHP:
Database:
Browser:
AddOns:

### Did it whoops?

<!-- Don't forget to insert the stacktrace to provide more details and receive answers faster. Use `COPY MARKDOWN` right under the message and paste it here. -->
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: "\U0001F4A1 Suggest an idea or feature"
about: Before you start, check whether a similar suggestion was already made. Search via https://github.com/redaxo/core/issues
labels: Feature

---

**Feature description / Feature Beschreibung**
8 changes: 5 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Reporting a Vulnerability

If you discover a security issue with REDAXO or a related package, please contact us
via `info {at} redaxo.org` instead of using a public channel. That way we can work on
a fix together before everyone knows how to exploit a potential issue. Thank you!
If you discover a security issue with REDAXO or a related package, please
contact us via https://github.com/redaxo/core/security/advisories/new or
`info {at} redaxo.org` instead of using a public channel. That way we can work
on a fix together before everyone knows how to exploit a potential issue. Thank
you!
Loading