Skip to content
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
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE

This file was deleted.

23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Actual Behaviour.**
<!--A clear and concise description of the existing behaviour-->

**Expected Behaviour**
<!--A clear and concise description of what you want to happen.-->

**Steps to reproduce it**
<!--A clear and concise description of steps you've considered to implement the feature.-->

**Additional context**
<!--Add any other context or screenshots about the feature request here.-->

**Would you like to work on the issue?**
<!--Let us know if this issue should be assigned to you or tell us who you think could help to solve this issue.-->
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/general-issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: General Issues
about: Issues related to docs, workflow, dependency and others
title: ''
labels: ''
assignees: ''

---

**Describe the issue**

<!--Please state here what you want to do.-->

**Would you like to work on the issue?**

<!--Let us know if this issue should be assigned to you or tell us who you think could help to solve this issue.-->
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/report-a-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Report a bug
about: 'Report a bug which you have noticed, to help us improve PSLab '
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
<!--Please state here what is currently happening.-->

**Expected Behavior**
<!--A clear and concise description of what you want to happen.-->

**Steps to reproduce it**
<!--Add steps to reproduce the bug.-->

**LogCat for the issue**
<!--Provide logs for the crash here.-->

**Screenshots of the issue**
<!--Wherever possible add a screenshot of the issue. Use `<img src="paste-link-here" width=200 />` tag-->

**System Information**
<table>
<tr>
<td>Platform</td><td>e.g. Android / iOS</td>
</tr>
<tr>
<td>Device</td><td>e.g. OnePlus 13 / iPhone 15</td>
</tr>
<tr>
<td>OS Version</td><td>e.g. Android 16 / iOS 18</td>
</tr>
</table>

**Would you like to work on the issue?**
<!--Let us know if this issue should be assigned to you or tell us who you think could help to solve this issue.-->
Loading