Skip to content

Commit

Permalink
docs: Add a template for bug and new feature (#433)
Browse files Browse the repository at this point in the history
feat: Add a template for bug and new feature

Signed-off-by: Yummy-Yums <[email protected]>
  • Loading branch information
Yummy-Yums authored Feb 12, 2025
1 parent eafe69b commit 39aea37
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 39aea37

Please sign in to comment.