mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
Merge branch 'dev' of github.com:tauri-apps/tauri into dev
This commit is contained in:
62
.github/ISSUE_TEMPLATE/bug_report.md
vendored
62
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -7,32 +7,66 @@ assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
<!-- BEFORE YOU FILE A NEW ISSUE-->
|
||||
<!--
|
||||
|
||||
0. Please search open issues before duplicating a new one.
|
||||
1. Make sure you are using the latest version of everything including:
|
||||
- rustc
|
||||
- ALL relevant Tauri Libs
|
||||
2. You must attach the results of cargo tauri info or yarn tauri info to your issue.
|
||||
3. Make sure it is an issue with Tauri, and not something to do with your side of the stack.
|
||||
4. Consider starting a discussion. Speaking of which, have you looked there? Maybe your question has been answered.
|
||||
5. Remember to follow our community guidelines and be friendly.
|
||||
6. Is this an issue or a feature request? If the latter, please use the other template.
|
||||
|
||||
-->
|
||||
|
||||
### **Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
### **To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
### **Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
### **Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Platform and Versions (please complete the following information):**
|
||||
<!-- You can use the `tauri info` command to get this information -->
|
||||
OS:
|
||||
Node:
|
||||
NPM:
|
||||
Yarn:
|
||||
Rustc:
|
||||
### **Platform and Versions (required):**
|
||||
<!-- Use `yarn tauri info` or `cargo tauri info` command to get this information, and paste it here: -->
|
||||
```
|
||||
Operating System
|
||||
|
||||
**Additional context**
|
||||
Node.js environment
|
||||
Node.js
|
||||
@tauri-apps/cli
|
||||
@tauri-apps/api
|
||||
|
||||
Global packages
|
||||
npm
|
||||
yarn
|
||||
|
||||
Rust environment
|
||||
rustc
|
||||
cargo
|
||||
|
||||
App directory structure
|
||||
|
||||
|
||||
App
|
||||
tauri.rs
|
||||
build-type
|
||||
CSP
|
||||
```
|
||||
|
||||
### **Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
||||
**Stack Trace**
|
||||
<!-- add if applicable -->
|
||||
### **Stack Trace**
|
||||
<!-- add if applicable -->
|
||||
|
||||
4
.github/workflows/update-docs.yml
vendored
4
.github/workflows/update-docs.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
with:
|
||||
originPath: ./tauri/tooling/api/
|
||||
sidebarFile: "${{ github.workspace }}/tauri-docs/sidebars/typedoc.json"
|
||||
targetPath: ./tauri-docs/en/api/js
|
||||
targetPath: ${{ github.workspace }}/tauri-docs/docs/en/api/js
|
||||
docusaurusPath: ./tauri-docs/
|
||||
|
||||
# Moving docs for Indexation
|
||||
@@ -120,7 +120,7 @@ jobs:
|
||||
host: ${{ secrets.DISCORD_BOT_HOST }}
|
||||
username: ${{ secrets.DISCORD_BOT_SSH_USER }}
|
||||
key: ${{ secrets.DISCORD_BOT_SSH_KEY }}
|
||||
script: cd ~/tauri-search-bot && yarn && forever stopall && forever start ./src/index.js
|
||||
script: cd ~/tauri-search-bot/github/workspace/tauri-search-bot/ && yarn && forever stopall && forever start ./src/index.js
|
||||
|
||||
# tauri-docs PR
|
||||
- name: git config
|
||||
|
||||
Reference in New Issue
Block a user