From 940bad8ced4e2f8a615e2a83df4d3bd183254559 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Sun, 9 Aug 2020 10:16:37 +0800 Subject: [PATCH 1/4] Delete bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ---------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea782..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**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. From 38a852426f56a72421b5fb7fcaa52bbf2f33793b Mon Sep 17 00:00:00 2001 From: MaxKey Date: Sun, 9 Aug 2020 10:16:55 +0800 Subject: [PATCH 2/4] Delete feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7d6..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. From 48f297af241760c32edcd88090826875797e9bb4 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Sun, 9 Aug 2020 10:17:17 +0800 Subject: [PATCH 3/4] Delete .classpath --- .classpath | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .classpath diff --git a/.classpath b/.classpath deleted file mode 100644 index eb19361b5..000000000 --- a/.classpath +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - From d9f0aa3933650ecda692dc9ca577362c528c5abc Mon Sep 17 00:00:00 2001 From: MaxKey Date: Sun, 9 Aug 2020 10:17:50 +0800 Subject: [PATCH 4/4] Delete .project --- .project | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .project diff --git a/.project b/.project deleted file mode 100644 index bafb8e17e..000000000 --- a/.project +++ /dev/null @@ -1,29 +0,0 @@ - - - MaxKey - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.buildship.core.gradleprojectbuilder - - - - - net.sf.eclipsecs.core.CheckstyleBuilder - - - - - - org.eclipse.jdt.core.javanature - org.eclipse.buildship.core.gradleprojectnature - net.sf.eclipsecs.core.CheckstyleNature - -