-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #695 from ModOrganizer2/Develop
Stage for Release 2.2.0
- Loading branch information
Showing
149 changed files
with
28,549 additions
and
24,579 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: Dev Ticket | ||
about: Reserved for development tasks and management. | ||
title: '' | ||
labels: Dev Ticket | ||
assignees: '' | ||
|
||
--- | ||
|
||
Task: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: Feature Request | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: Issue Report | ||
about: Create an issue report. | ||
title: '' | ||
labels: issue report | ||
assignees: '' | ||
|
||
--- | ||
|
||
## The problem: | ||
Briefly describe the issue you are experiencing. Tell us what you were trying to do and what happened instead. Remember, this is _not_ a place to ask questions. For that, go to our [discord channel](https://discord.gg/5tCqt6V) | ||
|
||
|
||
## To Reproduce: | ||
Steps to reproduce the behavior: | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
|
||
## Environment: | ||
|
||
* Mod Organizer Version that exhibits the issue: | ||
* Last Mod Organizer Verison that did not exhibit the issue (if applicable): | ||
* Desktop OS/version used to run Mod Organizer: | ||
|
||
## Details: | ||
If necessary, describe the problem you have been experiencing with more details and pictures. | ||
|
||
|
||
## Link to Mod Organizer logs: | ||
To access the log files you can press the Open folder icon over the modlist and select "Open MO2 Logs folder". You should close MO2 before sending or examining the logs as they are finished writing only after the program is closed. | ||
|
||
### USVFS: | ||
Create a [GIST](https://gist.github.com) which is a paste of your USVFS logs, and link them here. | ||
Do _NOT_ paste your full USVFS logs here, as it will make this issue very long and hard to read! | ||
If you are reporting a bug, _always_ include the USVFS logs! | ||
|
||
### MO Interface: | ||
Create a [GIST](https://gist.github.com) which is a paste of your mo_interface logs, and link them here. | ||
Do _NOT_ paste your full mo_interface logs here, as it will make this issue very long and hard to read! | ||
If you are reporting a bug, _always_ include the mo_interface logs! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
version: 1.0.{build} | ||
skip_branch_with_pr: true | ||
image: Visual Studio 2017 | ||
environment: | ||
WEBHOOK_URL: | ||
secure: gOKbXaZM9ImtMD5XrYITvdyZUW/az082G9OIN1EC1VYoNNsKROB4s6VsQiL6qbLNLc4XQhc8Y9DhdU9Hfh49vhypcjUEQmMsENxnp+1hYMJctTqIYDunVSd767eez5wz6rKHqk+XOHmg5gyVNCV9u4DVcCZJSVe4UTKn1lc47H0= | ||
build_script: | ||
- cmd: >- | ||
git clone --depth=1 --branch=%APPVEYOR_REPO_BRANCH% https://github.com/ModOrganizer2/modorganizer-umbrella.git c:\projects\modorganizer-umbrella 2> $null | ||
mkdir c:\projects\modorganizer-build -type directory | ||
cd c:\projects\modorganizer-umbrella | ||
C:\Python37-x64\python.exe unimake.py -d c:\projects\modorganizer-build -s Appveyor_Build=True %APPVEYOR_PROJECT_NAME% | ||
artifacts: | ||
- path: vsbuild\src\RelWithDebInfo\ModOrganizer.exe | ||
name: modorganizer_exe | ||
- path: vsbuild\src\RelWithDebInfo\ModOrganizer.pdb | ||
name: modorganizer_pdb | ||
on_success: | ||
- ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER | ||
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1 | ||
- ps: ./send.ps1 success $env:WEBHOOK_URL | ||
on_failure: | ||
- ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER | ||
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1 | ||
- ps: ./send.ps1 failure $env:WEBHOOK_URL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.