Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Team-Falkor/app
Browse files Browse the repository at this point in the history
  • Loading branch information
prostarz committed Nov 22, 2024
2 parents f82908e + b7fc167 commit 5cabd9f
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

<!--
Thank you for taking the time to report a bug in the Falkor app! Before submitting your issue, please ensure the following:
- You have searched existing issues to avoid duplicates.
- You are running the latest version of the app.
- If applicable, you have checked the documentation at https://falkor.moe/docs.
Fill out the sections below to help us address the issue more efficiently.
-->

### Bug Description
<!-- A clear and concise description of the problem. -->

### Steps to Reproduce
<!-- List the steps to reproduce the bug. Provide as much detail as possible. -->
1.
2.
3.

### Expected Behavior
<!-- Describe what you expected to happen. -->

### Actual Behavior
<!-- Describe what actually happened. -->

### Screenshots or Logs
<!-- If applicable, add screenshots or logs to help explain your problem. -->
<!-- You can paste logs or use a code block for better readability. -->
```plaintext
Logs go here
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

<!--
Thank you for suggesting a feature for the Falkor app! Before submitting your request, please ensure the following:
- You have searched existing issues to ensure your idea has not already been suggested.
- Your feature aligns with the goals and scope of the project.
-->

### Feature Description
<!-- A clear and concise description of the feature or improvement you have in mind. -->

### Problem Statement
<!-- What problem does this feature solve? Why is it important? -->

### Proposed Solution
<!-- Describe your suggested solution. Include details on how it could work or be implemented. -->

### Alternatives Considered
<!-- Have you considered other solutions or workarounds? If so, explain why they were not sufficient. -->

### Additional Context
<!-- Add any other context, mockups, or screenshots to clarify your request. -->

0 comments on commit 5cabd9f

Please sign in to comment.