Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
a1dancole authored Dec 11, 2023
1 parent 0858f94 commit 7a8afcb
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

---
name: Bug Report
about: Create a bug report to help us improve

---

## Bug Description

A clear and concise description of what the bug is.

## Steps to Reproduce

1. Step one
2. Step two
3. ...

## Expected Behavior

A clear and concise description of what you expected to happen.

## Actual Behavior

A clear and concise description of what actually happened.

## Screenshots

If applicable, add screenshots to help illustrate the problem.

## Environment Information

- Version: [e.g., 1.0.0]

## Additional Information

Any additional information or context that might help in understanding and fixing the issue.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
name: Feature request
about: Suggest an idea or enhancement for the project
title: ''
labels: ''
assignees: ''

---

---
name: Feature Request
about: Suggest an idea or enhancement for the project

---

## Feature Description

A clear and concise description of the feature you are requesting.

## Motivation

Explain the motivation behind the feature request. How will it benefit the project?

## Proposed Implementation

If you have any ideas on how the feature could be implemented, provide details here.

## Alternatives Considered

Have you considered any alternatives or workarounds? If so, please describe them.

## Additional Information

Any additional information, context, or use cases that might help in understanding the feature request better.

## Impact on Existing Functionality

Explain if the proposed feature may impact existing functionality or if it introduces backward compatibility concerns.

## Checklist (Delete if not applicable)

- [ ] I have searched for existing feature requests.
- [ ] I have discussed this feature request on [relevant communication channels].

0 comments on commit 7a8afcb

Please sign in to comment.