Skip to content

Commit ddf9438

Browse files
committed
Added GitHub Issue templates
1 parent 390aebe commit ddf9438

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Bug report
2+
description: Create a bug report about a reproducible problem.
3+
labels: bug
4+
body:
5+
- type: textarea
6+
id: bug-description
7+
attributes:
8+
label: Bug Description, Steps to Reproduce, Crash Logs, Screenshots, etc.
9+
description: "A clear and concise description of the bug and steps to reproduce. Include system details (OS version) and build environment particulars (Xcode version, etc.)."

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Feature request
4+
url: https://github.com/orchetect/SwiftASCII/discussions
5+
about: Suggest new features or improvements.
6+
- name: I need help setting up or troubleshooting
7+
url: https://github.com/orchetect/SwiftASCII/discussions
8+
about: Questions not answered in the documentation, discussions forum, or example projects.

0 commit comments

Comments
 (0)