Skip to content

Commit

Permalink
Merge pull request #122 from carlaKC/issue-templates
Browse files Browse the repository at this point in the history
Issue templates: Bug Report and Features
  • Loading branch information
carlaKC authored Oct 4, 2023
2 parents bc0f8ed + 5424edd commit 7927465
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug report
about: Create a report to help us improve.
title: "Bug"
labels: bug
assignees: ''

---

**Describe the bug**

Describe what went wrong and what you expected to happen.


**To Reproduce**

Steps to reproduce the behavior:


**Config**

If relevant, please provide the config that you ran SimLN with.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature Request
about: Suggest and idea for the project.
title: "Feature Request"
labels: feature
assignees: ''

---

**Describe desired feature**

What would you like SimLN to do that it currently does not?

**Use case for feature**

What would you use this feature for?

**Would you like to contribute code for this feature?**

If you're interested and able to contribute code for the feature - let us know!
If not, no problem!

0 comments on commit 7927465

Please sign in to comment.