From 772dc166d45414f0d450220fa98ab94b25164dc3 Mon Sep 17 00:00:00 2001 From: Donglai Fu Date: Thu, 29 Aug 2024 11:35:28 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/others.md | 10 ------- .github/ISSUE_TEMPLATE/translate.md | 28 -------------------- .github/ISSUE_TEMPLATE/website-bug.md | 38 +++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/others.md delete mode 100644 .github/ISSUE_TEMPLATE/translate.md create mode 100644 .github/ISSUE_TEMPLATE/website-bug.md diff --git a/.github/ISSUE_TEMPLATE/others.md b/.github/ISSUE_TEMPLATE/others.md deleted file mode 100644 index f03e25e..0000000 --- a/.github/ISSUE_TEMPLATE/others.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: 其他issue -about: 我还有一些其他的建议/问题 -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/translate.md b/.github/ISSUE_TEMPLATE/translate.md deleted file mode 100644 index 41205da..0000000 --- a/.github/ISSUE_TEMPLATE/translate.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: 参与翻译 -about: 我想参与仓库中文章的翻译工作 -title: 'translate ' -labels: translate -assignees: '' - ---- - - - - - - - - - -我已阅读过[翻译组工作流程](https://github.com/labuladong/fucking-algorithm/issues/9),我已阅读过[翻译要求](https://github.com/labuladong/fucking-algorithm/blob/english/README.md),我已查看 [已完成列表](https://github.com/labuladong/fucking-algorithm/pulls?q=is%3Apr+is%3Aclosed),确保我要翻译的文章还没有被翻译。 - -我将开始翻译如下文章(点击可查看目标文章): - - -[动态规划系列/抢房子.md](https://github.com/labuladong/fucking-algorithm/blob/master/动态规划系列/抢房子.md) - -我对如何翻译此文章已经心中有数,我准备将它翻译成:**英文** - - -**预计 3 天内翻译完成**,我会尽可能快地完成翻译,主仓库会对第一个完成的 pull request 添加翻译者昵称/姓名及个人链接。 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/website-bug.md b/.github/ISSUE_TEMPLATE/website-bug.md new file mode 100644 index 0000000..8f70f9a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/website-bug.md @@ -0,0 +1,38 @@ +--- +name: Website bug +about: Report bug on website https://labuladong.online +title: '' +labels: algo-website +assignees: labuladong + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here.