Skip to content

Commit

Permalink
feat: Add a template for bug and new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Yummy-Yums committed Feb 10, 2025
1 parent 189ded7 commit 6da558f
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Bug Report
description: Report a bug in the Identus Mediator Agent

body:
- type: dropdown
id: is-regression
attributes:
label: Is this a regression?
options:
- "Yes"
- "No"
validations:
required: true

- type: textarea
id: description
attributes:
label: Description
validations:
required: true

- type: textarea
id: exception-or-error
attributes:
label: Please provide the exception or error you saw
render: "Markdown"

- type: textarea
id: environment
attributes:
label: Please provide the environment you discovered this bug in
render: "Markdown"

- type: textarea
id: other
attributes:
label: Anything else?
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 'Feature Request'
description: Suggest a new feature for Identus Mediator Agent

body:
- type: textarea
id: proposed-feature
attributes:
label: Proposed feature
validations:
required: true

- type: textarea
id: description
attributes:
label: Feature description
validations:
required: true

- type: textarea
id: other
attributes:
label: Anything else?
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false

0 comments on commit 6da558f

Please sign in to comment.