-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Team-Falkor/app
- Loading branch information
Showing
2 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |