mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
c0f5abdfae
3 changed files with 92 additions and 0 deletions
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,33 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: "[BUG] - "
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Outline the steps required to reproduce the bug, including any specific actions, inputs, or conditions:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
|
||||||
|
**Environment**
|
||||||
|
- Android device: [Device Model]
|
||||||
|
- Android OS version: [Android Version]
|
||||||
|
- App version: [App Version]
|
||||||
|
- Other relevant details: [e.g., specific network conditions, external dependencies]
|
||||||
|
|
||||||
|
**Logs or Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
||||||
39
.github/ISSUE_TEMPLATE/crash-report.md
vendored
Normal file
39
.github/ISSUE_TEMPLATE/crash-report.md
vendored
Normal file
|
|
@ -0,0 +1,39 @@
|
||||||
|
---
|
||||||
|
name: Crash report
|
||||||
|
about: Tell us how to replicate the crash
|
||||||
|
title: "[CRASH] - "
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
Provide a clear and concise description of the crash you encountered.
|
||||||
|
|
||||||
|
**Steps to Reproduce**
|
||||||
|
Please provide the steps to reproduce the crash:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '...'
|
||||||
|
3. Scroll down to '...'
|
||||||
|
4. See the crash
|
||||||
|
|
||||||
|
**Environment**
|
||||||
|
- Android device: [Device Model]
|
||||||
|
- Android OS version: [Android Version]
|
||||||
|
- App version: [App Version]
|
||||||
|
- Other relevant details: [e.g., specific network conditions, external dependencies]
|
||||||
|
|
||||||
|
**Crash Logs/Stack Trace**
|
||||||
|
If available, please provide the crash log or stack trace related to the crash. Include it inside a code block (surround with triple backticks ```).
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain the problem.
|
||||||
|
|
||||||
|
**Additional Context**
|
||||||
|
Add any other context about the problem here.
|
||||||
|
|
||||||
|
**Reproducibility**
|
||||||
|
Mention the frequency of the crash occurrence (e.g., always, sometimes, occasionally).
|
||||||
|
|
||||||
|
**Additional Notes**
|
||||||
|
Include any other notes or details that could be helpful for troubleshooting the crash.
|
||||||
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: "[Feature Request] - "
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Summary**
|
||||||
|
Provide a concise summary of the feature you are requesting.
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
Please describe in detail the feature you would like to see implemented.
|
||||||
|
|
||||||
|
**Use Case**
|
||||||
|
Explain why this feature is important and how it would improve the user experience.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Include any additional information, screenshots, or examples that could be helpful in understanding or implementing the feature.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue