Skip to content

Commit

Permalink
Add issue templates (bug report and feature request)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelevoXDG committed Dec 27, 2023
1 parent a49e03b commit 6b3753f
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Bug Report
description: File a bug report
labels: [ "bug" ]
body:
- type: textarea
id: what-happened
attributes:
label: What happened
description: Describe the issue here.
validations:
required: true

- type: textarea
id: logs
attributes:
label: Stack trace
description: Please provide stack trace output of the error
validations:
required: true

- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: Please provide the steps required to reproduce the issue
value: "1. "
validations:
required: true

- type: input
id: sdk-version
attributes:
label: SDK Version
description: What SDK version are you using?
validations:
required: true

- type: input
id: language-version
attributes:
label: Language version
description: What version of Swift are you using?
validations:
required: true

- type: checkboxes
id: verified-not-exists
attributes:
label: Is there an existing issue for this?
options:
- label: I have searched the existing issues and verified no issue exits for this problem.

# Thanks to https://github.com/MarketingPipeline/Awesome-Repo-Template
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Feature request
description: Suggest an feature
labels: [ "enhancement" ]
body:
- type: textarea
id: Suggestion
attributes:
label: Feature Request
description: Describe the feature(s) you would like to be added.
validations:
required: true

# Thanks to https://github.com/MarketingPipeline/Awesome-Repo-Template

0 comments on commit 6b3753f

Please sign in to comment.