remove: some github files

This commit is contained in:
琴里里 2024-11-18 16:24:30 +08:00
parent e79a3a5aa3
commit 05d06cd766
No known key found for this signature in database
GPG Key ID: EA67C71AC4BD7526
8 changed files with 0 additions and 279 deletions

12
.github/FUNDING.yml vendored
View File

@ -1,12 +0,0 @@
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: izzelaliz
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ['https://afdian.net/@izzel']

View File

@ -1,102 +0,0 @@
name: 🐞 错误报告表格
description: 通过填写表格来报告错误
labels: [ "Triage" ]
body:
- type: markdown
attributes:
value: |
报告前先阅读[常见问题](https://github.com/IzzelAliz/Arclight/wiki/FAQ)
请使用[最新的构建版本](https://ci.appveyor.com/project/IzzelAliz/arclight-18/build/artifacts)报告,你发现的问题很可能已经修复。
在进行错误报告之前,请确保没有类似的现有的报告。
- type: checkboxes
id: check
attributes:
label: 请确认您已完成以下几件事
description: 市面上大多数整合包特别是较老版本1.12.2)的整合包,其自带的插件都无法在高版本环境下运行
options:
- label: 正在使用最新的 Arclight
- label: 已为所有插件及模组安装依赖
required: true
- label: 已为所有插件及模组更新至最新版
required: true
- label: 不可在 Spigot 复现
required: true
- label: 不可在 Forge 复现
required: true
- type: input
id: version
attributes:
label: Arclight 版本
description: 在 Arclight 启动时会打印版本,如 arclight-1.15.2-1.0.3-SNAPSHOT-9455d03
validations:
required: true
- type: input
id: environment
attributes:
label: Java 版本 | 操作系统
description: 在命令行中键入 `java -version` 后可以获取版本
placeholder: |
系统: CentOS 7.3 x64, Java: openjdk version "16.0.1" 2021-04-20
validations:
required: true
- type: textarea
id: related
attributes:
label: 相关 Mod/插件 的名称及版本
description: >-
输入 `/plugins` 和 `/forge mods` 命令可获取相关信息
<br>如果想要你的问题快速解决,请自行排除无关的模组和插件
<br>只将有关此问题的模组和插件填入
placeholder: '在这里插件及模组列表'
render: 'raw'
validations:
required: true
- type: textarea
id: description
attributes:
label: 错误描述
description: >-
请尽可能包含更多描述。
<br>对于描述,请假设开发者不知道 Mod 是干什么的。
<br>如果可以的话,在安装尽可能少的 Mod 的情况下复现它。
<br>越清楚的描述会让该报告处理优先级提高
placeholder: "描述这个为什么是一个错误,是哪一方面的,以及其他可能需要的信息"
validations:
required: true
- type: textarea
id: step
attributes:
label: 复现步骤
placeholder: |
1. 安装 xxx
2. 进入服务器后 xxxx
3. ....
- type: textarea
id: logs
attributes:
label: 报错信息
description: >-
日志能在 /logs/latest.log 中找到
<br>服务器关闭后,将日志文件拖拽至输入框上传
<br>或上传至 https://paste.ubuntu.com/ 网站,提交后将链接附在下方即可
<br>如果选择使用其他在线剪贴板,请确保链接可用
<br>**请勿直接复制粘贴日志文本**
placeholder: 日志链接,或将日志文件拖到此处上传
- type: input
id: pack
attributes:
label: 复现用压缩包下载链接(可选)
description: 如果你有太多的模组或插件,你可以请打包服务端并上传到 OneDrive 上供开发者下载测试

View File

@ -1,99 +0,0 @@
name: 🐞 Bug Report
description: English template for reporting a bug
labels: [ "Triage" ]
body:
- type: markdown
attributes:
value: |
Read the [FAQ](https://github.com/IzzelAliz/Arclight/wiki/FAQ) first!
Report with [latest development version](https://ci.appveyor.com/project/IzzelAliz/arclight-18/build/artifacts), your issue is likely to be fixed.
Make sure you have searched issues and no similar is present.
- type: checkboxes
id: preliminary
attributes:
label: I have confirmed that ...
options:
- label: Arclight is up to date
- label: all dependencies are installed
required: true
- label: all plugins and mods are up to date
required: true
- label: unable to reproduce in Spigot
required: true
- label: unable to reproduce in Forge
required: true
- type: input
id: version
attributes:
label: Arclight version
description: Versions are printed on startup. i.e. arclight-1.15.2-1.0.3-SNAPSHOT-9455d03
validations:
required: true
- type: input
id: environment
attributes:
label: OS & Java versions
description: Type `java -version` in console
placeholder: |
OS: CentOS 7.3 x64, Java: openjdk version "16.0.1" 2021-04-20
validations:
required: true
- type: textarea
id: related
attributes:
label: Plugins and Mods
description: >-
Run `/plugins` and `/forge mods` in console.
<br>Try to remove unrelated plugins and mods before reporting
placeholder: 'Mods & plugins list here'
render: 'raw'
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: >-
Please include as much information as possible.
<br>For the description, assume we have no idea how mods work,
be as detailed as possible and include a step by step reproduction.
<br>It is recommended you try to reproduce the issue you are having yourself with as few mods as possible.
<br>The clearer the description, the higher the report processing priority
placeholder: "Detailed information about what should(not) happen"
validations:
required: true
- type: textarea
id: step
attributes:
label: Step to reproduce
placeholder: |
1. Install something...
2. Join the game...
3. ....
- type: textarea
id: logs
attributes:
label: Logs
description: >-
Logs can be found in /logs/latest.log
<br>After server is stopped, drag log file below or upload it to https://paste.ubuntu.com/
<br>**DO NOT COPY PASTE LOG CONTENT DIRECTLY!**
placeholder: 'Drag log file here to upload or external pastebin link'
- type: input
id: pack
attributes:
label: Server pack link (Optional)
description: If you have too much mods/plugins included and you are not able to minimize the reproducible list, you can upload your server pack to GoogleDrive/Mega.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

BIN
.github/jetbrains.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

BIN
.github/nexusnode.gif vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 910 KiB

20
.github/stale.yml vendored
View File

@ -1,20 +0,0 @@
staleLabel: stale
exemptLabels:
- assigned
pulls:
daysUntilStale: 60
daysUntilClose: 14
markComment: >
This pull has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
closeComment: false
issues:
daysUntilStale: 90
daysUntilClose: 14
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
closeComment: false

View File

@ -1,46 +0,0 @@
# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Java CI with Gradle
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: '17'
- name: Cache Gradle User Files
uses: actions/cache@v1
with:
path: ~/.gradle
key: ${{ runner.os }}-gradle-user-home
- name: Cache Gradle Files
uses: actions/cache@v1
with:
path: ./.gradle
key: ${{ runner.os }}-gradle-file
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build
run: |
./gradlew cleanBuild remapSpigotJar idea --no-daemon -i --stacktrace --refresh-dependencies
./gradlew build collect --no-daemon -i --stacktrace
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: Arclight
path: ./build/libs/*.jar