-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update our github config and provide more links. Add ._* and phplint to ignore files
- Loading branch information
1 parent
de43b89
commit 8bff9d7
Showing
4 changed files
with
88 additions
and
24 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 |
---|---|---|
@@ -1,7 +1,13 @@ | ||
contact_links: | ||
- name: Report a SMF Security issue | ||
url: https://www.simplemachines.org/about/smf/security.php | ||
about: We prefer security reports using our provided tool. | ||
- name: SMF Community Support | ||
url: https://www.simplemachines.org/community/index.php#category_3 | ||
about: Please ask and answer questions here. | ||
- name: SMF Security Issue | ||
url: https://www.simplemachines.org/about/smf/security.php | ||
about: Please report security vulnerabilities here. | ||
- name: Feature Request | ||
url: https://www.simplemachines.org/community/index.php?board=3.0 | ||
about: Request features on our community forum. | ||
- name: Contact Us | ||
url: https://www.simplemachines.org/about/contact.php | ||
about: General feedback or other inquiries. |
This file was deleted.
Oops, something went wrong.
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,77 @@ | ||
name: Bug Report | ||
description: File a normal bug report | ||
title: "[3.0]: " | ||
labels: ["Not Verified"] | ||
projects: ["SimpleMachines/2"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report, please complete as much as possible. If this is security related, please fill out a [Security Report](https://www.simplemachines.org/about/smf/security.php) | ||
- type: textarea | ||
id: basic | ||
attributes: | ||
label: Basic Information | ||
description: What happened, or unexpectly happened? | ||
value: | | ||
# Expected behavior: | ||
------------------- | ||
# Actual behavior: | ||
------------------- | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to reproduce | ||
description: Describe all steps needed to recreate the issue. | ||
value: | | ||
1. | ||
2. | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version/Git revision | ||
description: What SMF Version are you using? If using a git version, please indicate which revision you used. | ||
placeholder: 3.0 Alpha 1 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: databasetype | ||
attributes: | ||
label: Database Engine | ||
description: What Database Engine are you running | ||
options: | ||
- All | ||
- MySQL | ||
- PostgreSQL | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: input | ||
id: databaseversion | ||
attributes: | ||
label: Database Version | ||
description: | | ||
Your database version | ||
You mabe be able to runt he following query: `SELECT version();` to get this. | ||
placeholder: '8.0.1-MySQL' | ||
- type: input | ||
id: phpversion | ||
attributes: | ||
label: PHP Version | ||
description: Your PHP version | ||
placeholder: '8.2.0' | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Logs | ||
description: Add any additional logs that may be useful, such as PHP error logs, SMF error logs, Database logs, Web Server logs | ||
render: shell | ||
- type: textarea | ||
id: additional | ||
attributes: | ||
label: Additional Information | ||
description: Add any refernces, RFCs or other information which may be useful. |
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