Remove GitHub workflows - migrated to Gitea
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help fixing issues
|
||||
title: ''
|
||||
labels: ''
|
||||
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 & Logs**
|
||||
If applicable, add screenshots/logs to help explain your problem.
|
||||
|
||||
**Please complete the following information:**
|
||||
- OS: [e.g. Fedora Linux 42 x86_64]
|
||||
- Architecture [e.g. amd64, arm64]
|
||||
- Docker Version
|
||||
- Remediarr Version [e.g. 0.1.9]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here. Such as logs from Remediarr , Sonarr, Radarr. .env file(with API removed) docker compose file as well.
|
||||
@@ -1,20 +0,0 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
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.
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"template": "# Changelog for {{currentTag}}\n\n{{#conventionalCommits}}\n- {{#scope}}**{{scope}}:** {{/scope}}{{subject}}\n{{/conventionalCommits}}\n",
|
||||
"categories": [
|
||||
{ "title": "### 🚀 Features", "labels": ["feat", "feature"], "collapseAfter": 0 },
|
||||
{ "title": "### 🐛 Fixes", "labels": ["fix", "bug"], "collapseAfter": 0 },
|
||||
{ "title": "### 🧹 Chore", "labels": ["chore"], "collapseAfter": 0 },
|
||||
{ "title": "### 📝 Docs", "labels": ["docs"], "collapseAfter": 0 },
|
||||
{ "title": "### 🔧 Refactor", "labels": ["refactor"], "collapseAfter": 0 }
|
||||
],
|
||||
"replacers": [],
|
||||
"sort": {
|
||||
"order": "ASC",
|
||||
"onProperty": "scope"
|
||||
}
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
name-template: 'v$NEXT_PATCH_VERSION'
|
||||
tag-template: 'v$NEXT_PATCH_VERSION'
|
||||
categories:
|
||||
- title: '🚀 Features'
|
||||
labels: ['feature', 'enhancement']
|
||||
- title: '🐛 Fixes'
|
||||
labels: ['fix', 'bug']
|
||||
- title: '🧰 Maintenance'
|
||||
labels: ['chore', 'maintenance', 'deps']
|
||||
change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
|
||||
no-changes-template: 'Minor internal improvements.'
|
||||
template: |
|
||||
## What’s Changed
|
||||
$CHANGES
|
||||
|
||||
## Container Images
|
||||
- `ghcr.io/${{ repo_owner }}/${{ repo_name }}:latest`
|
||||
- `ghcr.io/${{ repo_owner }}/${{ repo_name }}:$NEXT_PATCH_VERSION`
|
||||
Reference in New Issue
Block a user