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..4220ff5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,14 @@ +--- +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 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. 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 @@ - + 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.