mirror of
https://github.com/Supernova3339/anonupload.git
synced 2026-07-14 11:11:53 +02:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11a47b262b | ||
|
|
a0fe631a72 | ||
|
|
15c686018d | ||
|
|
ec49d4e2c5 | ||
|
|
78f5305c38 | ||
|
|
3dc11557a0 | ||
|
|
edfec973b8 |
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
# These are supported funding model platforms
|
# These are supported funding model platforms
|
||||||
|
|
||||||
github: [supernova3339] Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
github: [supernova3339] Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||||
patreon: superdevofficial
|
patreon: #
|
||||||
open_collective: # Replace with a single Open Collective username
|
open_collective: # Replace with a single Open Collective username
|
||||||
ko_fi: # Replace with a single Ko-fi username
|
ko_fi: # Replace with a single Ko-fi username
|
||||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||||
|
|||||||
10
.github/ISSUE_TEMPLATE/bug_report.md
vendored
10
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -7,6 +7,9 @@ assignees: ''
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- [ ] Does this post follow the code of conduct?
|
||||||
|
- [ ] Does this post follow the AnonUpload [terms of service](https://anonupload.us/terms)?
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
@@ -34,8 +37,13 @@ If applicable, add screenshots to help explain your problem.
|
|||||||
- Browser [e.g. stock browser, safari]
|
- Browser [e.g. stock browser, safari]
|
||||||
- Version [e.g. 22]
|
- Version [e.g. 22]
|
||||||
|
|
||||||
** Version**
|
**Version**
|
||||||
Add your AnonUpload version here.
|
Add your AnonUpload version here.
|
||||||
|
|
||||||
|
**What are you running with?**
|
||||||
|
- OS: [e.g. Debian 11]
|
||||||
|
- TYPE: [e.g. Easypanel]
|
||||||
|
- Channel [e.g. Stable]
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|||||||
17
.github/workflows/stale.yml
vendored
Normal file
17
.github/workflows/stale.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: 'Stale issue handler'
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
stale:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/stale@main
|
||||||
|
with:
|
||||||
|
stale-issue-message: 'This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.'
|
||||||
|
close-issue-message: 'Closing issue due to no activity in more than 60 days.'
|
||||||
|
days-before-stale: 30
|
||||||
|
days-before-close: 5
|
||||||
|
exempt-issue-labels: 'blocked,keep'
|
||||||
Reference in New Issue
Block a user