Skip to content

Commit

Permalink
第一次提交
Browse files Browse the repository at this point in the history
  • Loading branch information
getActivity committed Jul 2, 2023
1 parent 9623c8e commit 92af3c5
Show file tree
Hide file tree
Showing 50 changed files with 2,504 additions and 37 deletions.
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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: # Replace with a single Ko-fi username
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://raw.githubusercontent.com/getActivity/Donate/master/picture/pay_ali.png
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
173 changes: 173 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_zh_template_bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,173 @@
name: 提交 Bug
description: 请告诉我框架存在的问题,我会协助你解决此问题!
title: "[Bug]:"
labels: ["bug"]

body:
- type: markdown
attributes:
value: |
## [【警告:请务必按照 issue 模板填写,不要抱有侥幸心理,一旦发现 issue 没有按照模板认真填写,一律直接关闭】](https://github.com/getActivity/IssueTemplateGuide)
- type: input
id: input_id_1
attributes:
label: 框架版本【必填】
description: 请输入你使用的框架版本
validations:
required: true
- type: textarea
id: input_id_2
attributes:
label: 问题描述【必填】
description: 请输入你对这个问题的描述
validations:
required: true
- type: textarea
id: input_id_3
attributes:
label: 复现步骤【必填】
description: 请输入问题的复现步骤
validations:
required: true
- type: dropdown
id: input_id_4
attributes:
label: 是否必现【必填】
multiple: false
options:
- 未选择
-
-
validations:
required: true
- type: input
id: input_id_5
attributes:
label: 项目 targetSdkVersion【必填】
validations:
required: true
- type: input
id: input_id_6
attributes:
label: 出现问题的手机信息【必填】
description: 请填写出现问题的品牌和机型
validations:
required: true
- type: input
id: input_id_7
attributes:
label: 出现问题的安卓版本【必填】
description: 请填写出现问题的 Android 版本
validations:
required: true
- type: dropdown
id: input_id_8
attributes:
label: 问题信息的来源渠道【必填】
multiple: true
options:
- 自己遇到的
- Bugly 看到的
- 用户反馈
- 其他渠道
- type: input
id: input_id_9
attributes:
label: 是部分机型还是所有机型都会出现【必答】
description: 部分/全部(例如:某为,某 Android 版本会出现)
validations:
required: true
- type: dropdown
id: input_id_10
attributes:
label: 框架最新的版本是否存在这个问题【必答】
description: 如果用的是旧版本的话,建议升级看问题是否还存在
multiple: false
options:
- 未选择
-
-
validations:
required: true
- type: dropdown
id: input_id_11
attributes:
label: 框架文档是否提及了该问题【必答】
description: 文档会提供最常见的问题解答,可以先看看是否有自己想要的
multiple: false
options:
- 未选择
-
-
validations:
required: true
- type: dropdown
id: input_id_12
attributes:
label: 是否已经查阅框架文档但还未能解决的【必答】
description: 如果查阅了文档但还是没有解决的话,可以选择是
multiple: false
options:
- 未选择
-
-
validations:
required: true
- type: dropdown
id: input_id_13
attributes:
label: issue 列表中是否有人曾提过类似的问题【必答】
description: 可以在 issue 列表在搜索问题关键字,参考一下别人的解决方案
multiple: false
options:
- 未选择
-
-
validations:
required: true
- type: dropdown
id: input_id_14
attributes:
label: 是否已经搜索过了 issue 列表但还未能解决的【必答】
description: 如果搜索过了 issue 列表但是问题没有解决的话,可以选择是
multiple: false
options:
- 未选择
-
-
validations:
required: true
- type: dropdown
id: input_id_15
attributes:
label: 是否可以通过 Demo 来复现该问题【必答】
description: 排查一下是不是自己的项目代码写得有问题导致的
multiple: false
options:
- 未选择
-
-
validations:
required: true
- type: textarea
id: input_id_16
attributes:
label: 提供报错堆栈
description: 如果有报错的话必填,注意不要拿被混淆过的代码堆栈上来
render: text
validations:
required: false
- type: textarea
id: input_id_17
attributes:
label: 提供截图或视频
description: 根据需要提供,此项不强制
validations:
required: false
- type: textarea
id: input_id_18
attributes:
label: 提供解决方案
description: 如果已经解决了的话,此项不强制
validations:
required: false
65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_zh_template_question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
name: 提出疑问
description: 提出你的困惑,我会给你解答
title: "[疑惑]:"
labels: ["question"]

body:
- type: markdown
attributes:
value: |
## [【警告:请务必按照 issue 模板填写,不要抱有侥幸心理,一旦发现 issue 没有按照模板认真填写,一律直接关闭】](https://github.com/getActivity/IssueTemplateGuide)
- type: textarea
id: input_id_1
attributes:
label: 问题描述【必填】
description: 请描述一下你的问题(注意:如果确定是框架 bug 请不要在这里提,否则一概不受理)
validations:
required: true
- type: dropdown
id: input_id_2
attributes:
label: 框架文档是否提及了该问题【必答】
description: 文档会提供最常见的问题解答,可以先看看是否有自己想要的
multiple: false
options:
- 未选择
-
-
validations:
required: true
- type: dropdown
id: input_id_3
attributes:
label: 是否已经查阅框架文档但还未能解决的【必答】
description: 如果查阅了文档但还是没有解决的话,可以选择是
multiple: false
options:
- 未选择
-
-
validations:
required: true
- type: dropdown
id: input_id_4
attributes:
label: issue 列表中是否有人曾提过类似的问题【必答】
description: 可以在 issue 列表在搜索问题关键字,参考一下别人的解决方案
multiple: false
options:
- 未选择
-
-
validations:
required: true
- type: dropdown
id: input_id_5
attributes:
label: 是否已经搜索过了 issue 列表但还未能解决的【必答】
description: 如果搜索过了 issue 列表但是问题没有解决的话,可以选择是
multiple: false
options:
- 未选择
-
-
validations:
required: true
60 changes: 60 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_zh_template_suggest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
name: 提交建议
description: 请告诉我框架的不足之处,让我做得更好!
title: "[建议]:"
labels: ["help wanted"]

body:
- type: markdown
attributes:
value: |
## [【警告:请务必按照 issue 模板填写,不要抱有侥幸心理,一旦发现 issue 没有按照模板认真填写,一律直接关闭】](https://github.com/getActivity/IssueTemplateGuide)
- type: textarea
id: input_id_1
attributes:
label: 你觉得框架有什么不足之处?【必答】
description: 你可以描述框架有什么令你不满意的地方
validations:
required: true
- type: dropdown
id: input_id_2
attributes:
label: issue 是否有人曾提过类似的建议?【必答】
description: 一旦出现重复提问我将不会再次解答
multiple: false
options:
- 未选择
-
-
validations:
required: true
- type: dropdown
id: input_id_3
attributes:
label: 框架文档是否提及了该问题【必答】
description: 文档会提供最常见的问题解答,可以先看看是否有自己想要的
multiple: false
options:
- 未选择
-
-
validations:
required: true
- type: dropdown
id: input_id_4
attributes:
label: 是否已经查阅框架文档但还未能解决的【必答】
description: 如果查阅了文档但还是没有解决的话,可以选择是
multiple: false
options:
- 未选择
-
-
validations:
required: true
- type: textarea
id: input_id_5
attributes:
label: 你觉得该怎么去完善会比较好?【非必答】
description: 你可以提供一下自己的想法或者做法供作者参考
validations:
required: false
15 changes: 15 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Android CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.gradle
.idea
.cxx
.externalNativeBuild
build
captures

._*
*.iml
.DS_Store
local.properties
Loading

0 comments on commit 92af3c5

Please sign in to comment.