mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
Remove boilerplate issue templates
This commit is contained in:
parent
cd6bf25011
commit
f5fc56eee1
31
.github/ISSUE_TEMPLATE/1-Bug_report.md
vendored
31
.github/ISSUE_TEMPLATE/1-Bug_report.md
vendored
@ -4,18 +4,6 @@ about: You're having technical issues. 🐞
|
|||||||
labels: 'bug'
|
labels: 'bug'
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Please use the following issue template or your issue will be closed -->
|
|
||||||
|
|
||||||
## Prerequisites
|
|
||||||
|
|
||||||
<!-- If the following boxes are not ALL checked, your issue is likely to be closed -->
|
|
||||||
|
|
||||||
- [ ] Using npm
|
|
||||||
- [ ] Using an up-to-date [`main` branch](https://github.com/electron-react-boilerplate/electron-react-boilerplate/tree/main)
|
|
||||||
- [ ] Using latest version of devtools. [Check the docs for how to update](https://electron-react-boilerplate.js.org/docs/dev-tools/)
|
|
||||||
- [ ] Tried solutions mentioned in [#400](https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues/400)
|
|
||||||
- [ ] For issue in production release, add devtools output of `DEBUG_PROD=true npm run build && npm start`
|
|
||||||
|
|
||||||
## Expected Behavior
|
## Expected Behavior
|
||||||
|
|
||||||
<!--- What should have happened? -->
|
<!--- What should have happened? -->
|
||||||
@ -23,6 +11,8 @@ labels: 'bug'
|
|||||||
## Current Behavior
|
## Current Behavior
|
||||||
|
|
||||||
<!--- What went wrong? -->
|
<!--- What went wrong? -->
|
||||||
|
<!-- Add screenshots to help explain your problem -->
|
||||||
|
<!-- (Open the browser dev tools in the menu or using CTRL + SHIFT + I) -->
|
||||||
|
|
||||||
## Steps to Reproduce
|
## Steps to Reproduce
|
||||||
|
|
||||||
@ -44,24 +34,11 @@ labels: 'bug'
|
|||||||
## Context
|
## Context
|
||||||
|
|
||||||
<!--- How has this issue affected you? What are you trying to accomplish? -->
|
<!--- How has this issue affected you? What are you trying to accomplish? -->
|
||||||
<!--- Did you make any changes to the boilerplate after cloning it? -->
|
|
||||||
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
|
|
||||||
|
|
||||||
## Your Environment
|
## Your Environment
|
||||||
|
|
||||||
<!--- Include as many relevant details about the environment you experienced the bug in -->
|
<!--- Include as many relevant details about the environment you experienced the bug in -->
|
||||||
|
|
||||||
- Node version :
|
- Application version :
|
||||||
- electron-react-boilerplate version or branch :
|
|
||||||
- Operating System and version :
|
- Operating System and version :
|
||||||
- Link to your project :
|
- Node version (if developing locally) :
|
||||||
|
|
||||||
<!---
|
|
||||||
❗️❗️ Also, please consider donating (https://opencollective.com/electron-react-boilerplate-594) ❗️❗️
|
|
||||||
|
|
||||||
Donations will ensure the following:
|
|
||||||
|
|
||||||
🔨 Long term maintenance of the project
|
|
||||||
🛣 Progress on the roadmap
|
|
||||||
🐛 Quick responses to bug reports and help requests
|
|
||||||
-->
|
|
||||||
|
16
.github/ISSUE_TEMPLATE/2-Question.md
vendored
16
.github/ISSUE_TEMPLATE/2-Question.md
vendored
@ -4,16 +4,6 @@ about: Ask a question.❓
|
|||||||
labels: 'question'
|
labels: 'question'
|
||||||
---
|
---
|
||||||
|
|
||||||
## Summary
|
<!-- Question issues will be closed. -->
|
||||||
|
<!-- Ask questions in the discussions tab: Please use discussions https://github.com/jeffvli/feishin/discussions -->
|
||||||
<!-- What do you need help with? -->
|
<!-- Or join the Discord/Matrix servers: https://discord.gg/FVKpcMDy5f https://matrix.to/#/#sonixd:matrix.org -->
|
||||||
|
|
||||||
<!---
|
|
||||||
❗️❗️ Also, please consider donating (https://opencollective.com/electron-react-boilerplate-594) ❗️❗️
|
|
||||||
|
|
||||||
Donations will ensure the following:
|
|
||||||
|
|
||||||
🔨 Long term maintenance of the project
|
|
||||||
🛣 Progress on the roadmap
|
|
||||||
🐛 Quick responses to bug reports and help requests
|
|
||||||
-->
|
|
||||||
|
12
.github/ISSUE_TEMPLATE/3-Feature_request.md
vendored
12
.github/ISSUE_TEMPLATE/3-Feature_request.md
vendored
@ -1,15 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: You want something added to the boilerplate. 🎉
|
about: Request a feature to be added to Feishin 🎉
|
||||||
labels: 'enhancement'
|
labels: 'enhancement'
|
||||||
---
|
---
|
||||||
|
|
||||||
<!---
|
## What do you want to be added?
|
||||||
❗️❗️ Also, please consider donating (https://opencollective.com/electron-react-boilerplate-594) ❗️❗️
|
|
||||||
|
|
||||||
Donations will ensure the following:
|
## Additional context
|
||||||
|
|
||||||
🔨 Long term maintenance of the project
|
|
||||||
🛣 Progress on the roadmap
|
|
||||||
🐛 Quick responses to bug reports and help requests
|
|
||||||
-->
|
|
||||||
|
Loading…
Reference in New Issue
Block a user