mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-23 21:12:14 +08:00
Add github related configuration
This commit is contained in:
parent
5cf9d0fff8
commit
182180cb8c
1
.github/CONTRIBUTING.md
vendored
Normal file
1
.github/CONTRIBUTING.md
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Contributing
|
12
.github/FUNDING.yml
vendored
Normal file
12
.github/FUNDING.yml
vendored
Normal file
@ -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']
|
15
.github/ISSUE_TEMPLATE/issue-template-bug.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE/issue-template-bug.md
vendored
Normal file
@ -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... | 一些问题。。。"
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Please answer these questions before you submit a bug. | 请在您提交 bug 之前,回答以下这些问题。 -->
|
||||||
|
|
||||||
|
#### 1. Your usage scenarios? | 您使用的场景?
|
||||||
|
|
||||||
|
#### 2. What did you do? | 您做了什么操作?
|
||||||
|
|
||||||
|
#### 3. What are your problems? | 您遇到了什么问题?
|
||||||
|
|
||||||
|
#### 4. What is your expected outcome? | 您期望的结果是怎样的?
|
11
.github/ISSUE_TEMPLATE/issue-template-feature.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/issue-template-feature.md
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
name: Feature Template | 功能提交模板
|
||||||
|
about: Please describe in detail the features you expect | 请详细描述您期望的功能
|
||||||
|
title: "[Feature]Some feature... | 一些功能。。。"
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Please answer these questions before you submit the desired feature. | 请在您提交期望的功能之前,回答以下这些问题。 -->
|
||||||
|
|
||||||
|
#### 1. Your usage scenarios? | 您使用的场景?
|
||||||
|
|
||||||
|
#### 2. What is your expected outcome? | 您期望的结果是怎样的?
|
5
.github/pull-request-template.md
vendored
Normal file
5
.github/pull-request-template.md
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<!-- Please list your updates | 请列出您的更新内容 -->
|
||||||
|
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
Loading…
Reference in New Issue
Block a user