github相关

This commit is contained in:
tangly1024
2022-04-06 16:58:35 +08:00
parent 91d50dc914
commit 27a8e05066
7 changed files with 211 additions and 0 deletions

33
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help Nobelium get better.
title: ''
labels: bug
assignees: craigary
---
<!--
!!! IMPORTANT !!!
Please do not ignore this template. If you do, your issue will be closed.
-->
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Platform:**
- OS: [e.g. iOS, Android, macOS]
- Browser [e.g. chrome, safari, firefox]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Join Notion CN Community
url: https://t.me/Notionso
about: Ask and discuss Notion and Nobelium with other community members.

View File

@@ -0,0 +1,7 @@
---
name: Deployment error
about: Do you need help to install Nobelium?
title: ''
labels: deployment
assignees: craigary
---

View File

@@ -0,0 +1,24 @@
---
name: Feature request
about: Suggest an idea for Nobelium.
title: ''
labels: enhancement
assignees: craigary
---
<!--
!!! IMPORTANT !!!
Please do not ignore this template. If you do, your issue will be closed.
-->
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.