From 5834197fa19d13761aa0e03ae86de8069d521437 Mon Sep 17 00:00:00 2001 From: UnrealApex <79121360+UnrealApex@users.noreply.github.com> Date: Mon, 19 Apr 2021 15:40:29 -0700 Subject: [PATCH 1/4] Update bug_report.md Updated the tips, and commented them so you don't need to delete them when the template is used. --- .github/ISSUE_TEMPLATE/bug_report.md | 35 ++++++++++++++-------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index fff0cab3e..2cf079ddd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,40 +7,41 @@ assignees: '' --- -**Did you make sure to clear cache before opening an issue?** -Sometimes your browser has old files cached and the bug you are experiencing might be already fixed, or a side effect of a new update. If you've already tried that, please delete this section. If you don't know how to do that, this website should help: https://clear-my-cache.com/ + **Describe the bug** -A clear and concise description of what the bug is. + **Did it happen in incognito mode?** -Sometimes things work in incognito mode, which allows me to further track down the issue. + **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] +**Desktop:** + - OS: [] + - Browser [] + - Version [] -**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] +**Smartphone:** + - Device: [] + - OS: [] + - Browser [] + - Version [] **Additional context** -Add any other context about the problem here. + + From a3f181458fa3c847d040632ae9f326e5feaf8e4b Mon Sep 17 00:00:00 2001 From: UnrealApex <79121360+UnrealApex@users.noreply.github.com> Date: Mon, 19 Apr 2021 15:43:19 -0700 Subject: [PATCH 2/4] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index cb6e40ec0..1de2ccff6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,5 +7,4 @@ assignees: '' --- -Please use GitHub Discussions: -https://github.com/Miodec/monkeytype/discussions +Please do not file an issue for feature requests, use [GitHub discussions (Discussions tab)](https://github.com/Miodec/monkeytype/discussions) From 467387bb322afa7244d4a43182455bd6a23aba30 Mon Sep 17 00:00:00 2001 From: UnrealApex <79121360+UnrealApex@users.noreply.github.com> Date: Mon, 19 Apr 2021 15:45:36 -0700 Subject: [PATCH 3/4] Fixed typo --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2cf079ddd..c127ca537 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,7 @@ assignees: '' --- - From 412c62205e073a5c9a502e5c72e59c84354267fd Mon Sep 17 00:00:00 2001 From: UnrealApex <79121360+UnrealApex@users.noreply.github.com> Date: Mon, 19 Apr 2021 15:48:14 -0700 Subject: [PATCH 4/4] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1fe9cd7b1..19adc9d92 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -Adding a language or a theme? Make sure to edit the `_list.json` file as well, otherwise, it will not work! +Adding a language or a theme? Make sure to edit the `_list.json` file and add the `language.json` or `theme.css` as well, otherwise, it will not work! Please reference any issues related to your pull request.