Skip to content
47 changes: 0 additions & 47 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/chrome-extension-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Chrome extension bug
about: Report bug on Chrome extension
title: ''
labels: chrome-extension-bug
assignees: labuladong

---

**Describe the bug**
A clear and concise description of what the bug is.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Platform**
What kind of web browser are you using? (chrome/edge/...)
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/jetbrain-plugin-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: JetBrain plugin bug
about: Report bug on JetBrain plugin
title: ''
labels: jb-plugin-bug
assignees: labuladong

---

**Version:**
What's the plugin version are you using?

**Describe the bug**
A clear and concise description of what the bug is.

**Screenshots**
If applicable, add screenshots to help explain your problem.
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/others.md

This file was deleted.

12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/suggestion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Suggestion
about: Suggest an idea/improvement for this project
title: ''
labels: feature-request
assignees: labuladong

---

Do you have any suggestions?

Is there anything that you feel inconvenient to use?
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/translate.md

This file was deleted.

17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/vscode-extension-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: vscode extension bug
about: Report bug on vscode extension
title: ''
labels: vscode-extension-bug
assignees: labuladong

---

**Version:**
What's the extension version are you using?

**Describe the bug**
A clear and concise description of what the bug is.

**Screenshots**
If applicable, add screenshots to help explain your problem.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/website-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Website bug
about: Report bug on website `labuladong.online`
title: ''
labels: algo-website
assignees: labuladong

---

**Version:**
What's the extension version are you using?

**Describe the bug**
A clear and concise description of what the bug is.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Platform**
Mobile phone or PC?
What kind of web browser? (chrome/edge/...)
17 changes: 0 additions & 17 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,17 +0,0 @@
<!--
如果你是在修复刷题插件的解法代码,请遵循正确的格式,具体要求参见如下链接:

https://github.com/labuladong/fucking-algorithm/issues/1113
-->

<!-- 如果你的 PR 能够关闭某个 issue,那么在 Fixes 关键词后面输入该 issue 的链接 -->

Fixes <!-- issue 链接 -->

我修改的是如下题目的 xx 解法:

<!-- 这里放对应题目的链接,方便验证代码 -->

通过截图如下:

<!-- 把解法代码通过所有测试用例的截图粘贴在这里,用来证明代码的正确性 -->
Loading