chore: add funding and issue template

このコミットが含まれているのは:
sinkaroid 2022-06-03 09:41:05 +07:00
コミット 92c615426b
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: A7DF4E245FDD8159
3個のファイルの変更50行の追加0行の削除

2
.github/FUNDING.yml vendored ノーマルファイル
ファイルの表示

@ -0,0 +1,2 @@
github: sinkaroid
custom: https://paypal.me/sinkaroid

25
.github/ISSUE_TEMPLATE/bug_report.md vendored ノーマルファイル
ファイルの表示

@ -0,0 +1,25 @@
---
name: Bug report
about: Create a report to help us improve
title: bug
labels: ''
assignees: ''
---
**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.
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Node version [node -v]
- Typescript version [tsc -v]
**Additional context**
Add any other context about the problem here.

23
.github/ISSUE_TEMPLATE/feature_request.md vendored ノーマルファイル
ファイルの表示

@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Describe new features you want**
A clear and concise description of what new features you want.
**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.
**A Gif to describe how you feel when you made this request**
Add a gif here to express how you feel when you made this request.