-
-
Notifications
You must be signed in to change notification settings - Fork 631
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
221 changed files
with
13,610 additions
and
16,757 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 Anthias | ||
title: '[BUG] ' | ||
labels: bug | ||
assignees: '' | ||
--- | ||
|
||
**Describe the bug** | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
|
||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
|
||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Environment (please complete the following information):** | ||
|
||
- Device: [e.g., Raspberry Pi 5, Raspberry Pi 4, PC] | ||
- OS: [e.g., balenaOS, Raspberry Pi OS 64-bit Bookworm] | ||
- Anthias Version: [e.g., v0.19.0] | ||
- Installation Method: [e.g., balenaHub, Release Image, Manual Installation] | ||
|
||
**Additional context** | ||
|
||
Add any other context about the problem 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,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Anthias Website | ||
url: https://anthias.screenly.io | ||
about: Visit our official website for general information and documentation | ||
- name: Anthias Forum | ||
url: https://forums.screenly.io | ||
about: Join our community forum for help, discussions, and sharing experiences | ||
- name: GitHub Discussions | ||
url: https://github.com/Screenly/Anthias/discussions | ||
about: For general questions and discussions about Anthias |
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,56 @@ | ||
--- | ||
name: Dependency Upgrade | ||
about: Propose a dependency upgrade or migration | ||
title: '[DEPENDENCY] ' | ||
labels: dependencies | ||
assignees: '' | ||
--- | ||
|
||
## Dependency Details | ||
|
||
**Component:** <!-- e.g., Frontend, Backend, Build System --> | ||
**Current Version:** <!-- e.g., Django 4.2.x, CoffeeScript 1.12.7 --> | ||
**Target Version:** <!-- e.g., Django 5.0.x, TypeScript 5.x --> | ||
|
||
## Motivation | ||
|
||
<!-- Why should we upgrade? E.g., security fixes, new features, technical debt --> | ||
|
||
## Scope | ||
|
||
- [ ] Direct dependency upgrade | ||
- [ ] Requires additional dependency updates | ||
- [ ] Breaking changes expected | ||
- [ ] Database migrations required | ||
- [ ] Configuration changes needed | ||
|
||
## Research | ||
|
||
<!-- What investigation have you done? Links to changelogs, migration guides, etc. --> | ||
|
||
### Potential Breaking Changes | ||
|
||
<!-- List any known breaking changes --> | ||
|
||
### Required Steps | ||
|
||
<!-- High-level steps needed for this upgrade --> | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
### Affected Components | ||
|
||
<!-- Which parts of Anthias will be affected? --> | ||
|
||
- [ ] Frontend | ||
- [ ] Backend | ||
- [ ] WebView | ||
- [ ] Build System | ||
- [ ] Documentation | ||
- [ ] Tests | ||
|
||
## Additional Context | ||
|
||
<!-- Any other relevant information about this upgrade --> |
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,27 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for Anthias | ||
title: '[FEATURE] ' | ||
labels: enhancement | ||
assignees: '' | ||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
|
||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
|
||
Add any other context or screenshots about the feature request here. | ||
|
||
**Would you be willing to contribute to this feature?** | ||
|
||
Let us know if you'd be interested in helping implement this feature. |
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,19 @@ | ||
### Issues Fixed | ||
|
||
Include a list of issues that this pull request fixes. If this pull request is not associated with any issue, you can remove this section or include a brief description of the issue that you are fixing. | ||
|
||
### Description | ||
|
||
Provide a brief description of the changes that you have made. | ||
|
||
### Checklist | ||
|
||
- [ ] I have performed a self-review of my own code. | ||
- [ ] New and existing unit tests pass locally and on CI with my changes. | ||
- [ ] I have done an end-to-end test for Raspberry Pi devices. | ||
- [ ] I have tested my changes for x86 devices. | ||
- [ ] I added a documentation for the changes I have made (when necessary). | ||
|
||
### Additional Information | ||
|
||
Include any additional information that you think is necessary for this pull request, including screenshots of the changes that you have made. |
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
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
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
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
Oops, something went wrong.