From 45fe404a7a2a330f9af59eeb0b66c6c54d7ce24c Mon Sep 17 00:00:00 2001 From: HojouFotytu Date: Thu, 22 Jun 2023 18:35:43 +0900 Subject: [PATCH] Revert "Bump Newtonsoft.Json from 12.0.3 to 13.0.2 in /Core" --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ----------------------- .github/ISSUE_TEMPLATE/feature_request.md | 20 ------------ .github/ISSUE_TEMPLATE/other.md | 14 --------- CONTRIBUTING.md | 4 +-- Core/Core.csproj | 2 +- README.md | 4 +-- 6 files changed, 5 insertions(+), 77 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/other.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea7..0000000 --- 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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7..0000000 --- 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. diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md deleted file mode 100644 index 4220ff5..0000000 --- a/.github/ISSUE_TEMPLATE/other.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Other -about: 'For trouble-shooting and other questions, visit our Discord server: https://discord.gg/KYmHMfk' -title: '' -labels: '' -assignees: '' - ---- - -Posts in the Issues section should be limited to: -- Bug Reports -- Feature Requests - -If you have general questions, please visit our Discord server at: https://discord.gg/KYmHMfk diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab96d2d..f756ee6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,8 +4,8 @@ ## What we expect from users who want to contribute a pull request - Read the file [_Development/README.md](https://github.com/PTMagicians/PTMagic/blob/master/_Development/README.md) and follow the instructions carefully -- Knowledge of the project PT Magic and what it is supposed to do -- Knowledge of the architecture, the different parts and layers of PT Magic +- In depth knowledge of the project PT Magic and what it is supposed to do +- In depth knowledge of the architecture, the different parts and layers of PT Magic ## What main goal should I follow when I want to implement something and submit my pull request? PT Magic is a project/addon that supports the trading experience of several users of Profit Trailer. diff --git a/Core/Core.csproj b/Core/Core.csproj index 1533bfb..ab8a35b 100644 --- a/Core/Core.csproj +++ b/Core/Core.csproj @@ -6,7 +6,7 @@ - + diff --git a/README.md b/README.md index db3d911..b52f488 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Profit Trailer Magic -[Go here](https://github.com/PTMagicians/PTMagic/releases) to download the latest version. +[Visit the wiki](https://github.com/PTMagicians/PT-Magic/wiki) to learn about this project. -[Visit the wiki](https://github.com/PTMagicians/PT-Magic/wiki) for instructions, and to learn more about this project. +[Go here](https://github.com/PTMagicians/PTMagic/releases) to download the latest version.