Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue templates: Bug Report and Features #122

Merged
merged 2 commits into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!

Loading