diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..854139a --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1 @@ +# Contributing diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..28a8162 --- /dev/null +++ b/.github/FUNDING.yml @@ -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: misitebao # 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: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.github/ISSUE_TEMPLATE/issue-template-bug.md b/.github/ISSUE_TEMPLATE/issue-template-bug.md new file mode 100644 index 0000000..2ca411a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template-bug.md @@ -0,0 +1,15 @@ +--- +name: Bug Template | 问题提交模板 +about: Please describe in detail the problems you encountered in the process of using | 请详细描述您使用过程中遇到的问题 +title: "[Bug]Some problem... | 一些问题。。。" +--- + + + +#### 1. Your usage scenarios? | 您使用的场景? + +#### 2. What did you do? | 您做了什么操作? + +#### 3. What are your problems? | 您遇到了什么问题? + +#### 4. What is your expected outcome? | 您期望的结果是怎样的? diff --git a/.github/ISSUE_TEMPLATE/issue-template-feature.md b/.github/ISSUE_TEMPLATE/issue-template-feature.md new file mode 100644 index 0000000..4f4130d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template-feature.md @@ -0,0 +1,11 @@ +--- +name: Feature Template | 功能提交模板 +about: Please describe in detail the features you expect | 请详细描述您期望的功能 +title: "[Feature]Some feature... | 一些功能。。。" +--- + + + +#### 1. Your usage scenarios? | 您使用的场景? + +#### 2. What is your expected outcome? | 您期望的结果是怎样的? diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md new file mode 100644 index 0000000..26b4edd --- /dev/null +++ b/.github/pull-request-template.md @@ -0,0 +1,5 @@ + + +- +- +-