Skip to content

Commit

Permalink
[no ci] Merge pull request #7 from johnlettman/feature/github-templates
Browse files Browse the repository at this point in the history
github: add issue templates
  • Loading branch information
johnlettman authored Aug 16, 2024
2 parents 51e12c6 + ef9a9a7 commit 2292e99
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help improve the library
title: ''
labels: ''
assignees: ''

---

## Describe the Bug
What went wrong?

## Steps to Reproduce
1.
2.
3.

## Expected Behavior
What should have happened?

## Screenshots/Logs/Rust code
(Optional) Add screenshots, logs, or Rust code to help explain the issue.

Environment

OS:
Rust Version:

## Additional Context
(Optional) Any other details?
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest a feature for the library
title: 'Feature: '
labels: ''
assignees: ''

---

## Problem
Briefly describe the problem or need.

## Proposed Feature
What would you like to see added?

## Additional Context
(Optional) Any extra details or screenshots.

0 comments on commit 2292e99

Please sign in to comment.