Skip to content

Commit

Permalink
Update our bug template
Browse files Browse the repository at this point in the history
Update our github config and provide more links.
Add ._* and phplint to ignore files
  • Loading branch information
jdarwood007 committed Dec 18, 2023
1 parent de43b89 commit 8bff9d7
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 24 deletions.
12 changes: 9 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
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.
21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/standard_bug.md

This file was deleted.

77 changes: 77 additions & 0 deletions .github/ISSUE_TEMPLATE/standard_bug.yml
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.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Sources/Unicode/*.php
ehthumbs.db
Thumbs.db
*.lnk
._*

# Test / Private files #
########################
Expand All @@ -79,3 +80,4 @@ upgrade-helper.php
.php-cs-fixer.cache
vendor/
.phplint-cache
.phplint.cache

0 comments on commit 8bff9d7

Please sign in to comment.