From 28c2a92ce6d4d72c0ed8687017ca1d341ca183f8 Mon Sep 17 00:00:00 2001 From: HojouFotytu Date: Sun, 31 Mar 2019 00:21:44 +0900 Subject: [PATCH 1/7] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++ .github/ISSUE_TEMPLATE/other.md | 14 +++++++++ 3 files changed, 72 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/other.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..dd84ea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +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 new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +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 new file mode 100644 index 0000000..56e9af5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,14 @@ +--- +name: Other +about: Other issues +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 From 986eba8c8bec9d417086adabe28a0cacd3147739 Mon Sep 17 00:00:00 2001 From: HojouFotytu Date: Sun, 31 Mar 2019 00:23:51 +0900 Subject: [PATCH 2/7] Update issue templates --- .github/ISSUE_TEMPLATE/other.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md index 56e9af5..4220ff5 100644 --- a/.github/ISSUE_TEMPLATE/other.md +++ b/.github/ISSUE_TEMPLATE/other.md @@ -1,6 +1,6 @@ --- name: Other -about: Other issues +about: 'For trouble-shooting and other questions, visit our Discord server: https://discord.gg/KYmHMfk' title: '' labels: '' assignees: '' From dfd2ace4dd833b54d186def78dacd94dc5c03ebd Mon Sep 17 00:00:00 2001 From: HojouFotytu Date: Thu, 17 Oct 2019 22:51:48 +0900 Subject: [PATCH 3/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 65e9f7c..b52f488 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Profit Trailer Magic [Visit the wiki](https://github.com/PTMagicians/PT-Magic/wiki) to learn about this project. + +[Go here](https://github.com/PTMagicians/PTMagic/releases) to download the latest version. From c989faadfb75574292d9d6d6e08e19e8298bb3b8 Mon Sep 17 00:00:00 2001 From: djbadders <34887832+djbadders@users.noreply.github.com> Date: Tue, 23 Feb 2021 18:03:02 +0000 Subject: [PATCH 4/7] Ignore Monitor/tmp for Github --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4d8e3fb..2ff4838 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ LocalProfitTrailer PTMagic/settings.* Monitor/appsettings.json Monitor/Monitor +Monitor/tmp Release/ From 72e764a914f5d6c2e689f1946117e3aa876d32dd Mon Sep 17 00:00:00 2001 From: HojouFotytu Date: Mon, 24 May 2021 13:24:37 +0900 Subject: [PATCH 5/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b52f488..db3d911 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Profit Trailer Magic -[Visit the wiki](https://github.com/PTMagicians/PT-Magic/wiki) to learn about this project. - [Go here](https://github.com/PTMagicians/PTMagic/releases) to download the latest version. + +[Visit the wiki](https://github.com/PTMagicians/PT-Magic/wiki) for instructions, and to learn more about this project. From 2a28c0382fe16510c11bcbd888a645d92f5bbc10 Mon Sep 17 00:00:00 2001 From: HojouFotytu Date: Wed, 1 Dec 2021 07:05:23 +0900 Subject: [PATCH 6/7] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f756ee6..ab96d2d 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 -- 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 +- 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 ## 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. From c26a13082168621c5be41bacd6d798c27625c85a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 09:01:40 +0000 Subject: [PATCH 7/7] Bump Newtonsoft.Json from 12.0.3 to 13.0.2 in /Core Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Core/Core.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Core.csproj b/Core/Core.csproj index ab8a35b..1533bfb 100644 --- a/Core/Core.csproj +++ b/Core/Core.csproj @@ -6,7 +6,7 @@ - +