mirror of
https://github.com/loot/skyrimvr.git
synced 2026-07-27 14:17:04 -07:00
Add initial masterlist and misc files
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
|
||||
# Custom for Visual Studio
|
||||
*.cs diff=csharp
|
||||
*.sln merge=union
|
||||
*.csproj merge=union
|
||||
*.vbproj merge=union
|
||||
*.fsproj merge=union
|
||||
*.dbproj merge=union
|
||||
|
||||
# Standard to msysgit
|
||||
*.doc diff=astextplain
|
||||
*.DOC diff=astextplain
|
||||
*.docx diff=astextplain
|
||||
*.DOCX diff=astextplain
|
||||
*.dot diff=astextplain
|
||||
*.DOT diff=astextplain
|
||||
*.pdf diff=astextplain
|
||||
*.PDF diff=astextplain
|
||||
*.rtf diff=astextplain
|
||||
*.RTF diff=astextplain
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
sudo: false
|
||||
language: ruby
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- libstdc++6
|
||||
|
||||
install: wget https://bintray.com/wrinklyninja/loot/download_file?file_path=metadata-validator_0.9.2-17-gac7a7cf_dev.tar.xz -O - | tar -xJ --strip-components=1
|
||||
|
||||
script: ./metadata-validator $TRAVIS_BUILD_DIR/masterlist.yaml
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
- "chat.freenode.net#loot"
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
@@ -0,0 +1,22 @@
|
||||
Contributing To The Masterlist
|
||||
==============================
|
||||
|
||||
## Filing Issues
|
||||
|
||||
If you're about to file an issue for some suggested change, please consider instead making the change yourself and submitting it as a pull request. Pull requests are much more likely to be quickly acted on, so they're the best way to get your change into the masterlist.
|
||||
|
||||
## Making Changes
|
||||
|
||||
LOOT's masterlists are [versioned](https://loot.github.io/docs/contributing/Masterlist-Versioning). Before making any changes, please make sure that you're working on the correct branch for LOOT's latest release.
|
||||
|
||||
If you are new to contributing to projects on GitHub, the [How To Contribute](https://loot.github.io/docs/contributing/How-To-Contribute) wiki page is a good starting point.
|
||||
|
||||
The format and syntax of the masterlist is [fully documented](http://loot.github.io/docs/0.8.1/LOOT%20Metadata%20Syntax.html) (an offline copy is also available in the `docs` folder of each LOOT release), and other information on how to edit the masterlist can be found on the [Masterlist Editing](https://loot.github.io/docs/contributing/Masterlist-Editing) wiki page.
|
||||
|
||||
If you send a pull request, then discover that you have made a mistake and make additional commits to fix it, please squash those additional commits to keep the commit history tidy. If you squash your commits, you don't need to open a new pull request. If you don't know how to squash commits, whoever merges your pull request can do it for you.
|
||||
|
||||
### Testing Changes
|
||||
|
||||
Pull requests and all commits to the masterlist repository are automatically run through a validator to check for syntax errors.
|
||||
|
||||
Nevertheless, it is advisable to test your changes on your own LOOT install before sending a pull request, as they may have valid syntax but not have the intended effect. Instructions on how to do so can be found on [LOOT's wiki](https://loot.github.io/docs/contributing/Quickly-Testing-Your-Masterlist-Changes).
|
||||
@@ -1,2 +1,5 @@
|
||||
# skyrimse
|
||||
The TES V: Skyrim Special Edition masterlist
|
||||
|
||||
This repository holds the LOOT masterlist for TES V: Skyrim Special Edition.
|
||||
|
||||
See [CONTRIBUTING.md](CONTRIBUTING.md) for information on how to contribute to this masterlist.
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
globals:
|
||||
- type: say
|
||||
content:
|
||||
- lang: en
|
||||
text: 'A [new release](%1%) of LOOT is available.'
|
||||
- lang: zh_CN
|
||||
text: '一个[新版本](%1%)的LOOT已发布。'
|
||||
- lang: da
|
||||
text: 'En [ny version](%1%) af LOOT er tilgængelig.'
|
||||
subs: [ 'https://github.com/loot/loot/releases/latest' ]
|
||||
condition: 'version("LOOT", "0.9.2.0", <)'
|
||||
- type: say
|
||||
content:
|
||||
- lang: en
|
||||
text: '[Latest LOOT thread](%1%).'
|
||||
- lang: ru
|
||||
text: '[Обсуждение LOOT "(Eng)"](%1%).'
|
||||
- lang: es
|
||||
text: '[Forum de LOOT](%1%).'
|
||||
- lang: ko
|
||||
text: '[최신 LOOT 스레드](%1%).'
|
||||
- lang: zh_CN
|
||||
text: '[最新的LOOT版本](%1%)。'
|
||||
- lang: da
|
||||
text: '[Seneste LOOT-tråd](%1%).'
|
||||
subs: [ 'https://loot.github.io/latest-thread/' ]
|
||||
Reference in New Issue
Block a user