Skip to content

Commit 52e151b

Browse files
committed
release: version 5.3.0
2 parents beb50fe + 490e22e commit 52e151b

File tree

421 files changed

+16032
-2492
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

421 files changed

+16032
-2492
lines changed

.github/CONTRIBUTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,22 @@ If you would like to contribute code, documentation, or other assets you can do
44

55
*When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.*
66

7-
Read on for an overview and [check the wiki for more details](https://github.com/MovingBlocks/Terasology/wiki). For questions please join us in our [forum](http://forum.terasology.org/forum/) or on `#terasology` (irc.freenode.net).
7+
Read on for an overview and [check the wiki for more details](https://github.com/MovingBlocks/Terasology/wiki).
8+
For questions please join us in our [forum] or [Discord].
89

910
## File an Issue
1011

1112
You can report bugs and feature requests to [GitHub Issues](https://github.com/MovingBlocks/Terasology/issues). As mentioned please look for a similar existing issue before submitting a new one.
1213

1314
For finding easy to do issues to start with look at the [Good First Issue](https://github.com/MovingBlocks/Terasology/labels/Good%20First%20Issue) issues.
1415

15-
We prefer questions and support requests be posted in the [forum](http://forum.terasology.org/forum).
16+
We prefer questions and support requests be posted in the [forum] or [Discord].
1617

1718
__Please provide as much information as possible to help us solve problems and answer questions better!__
1819

20+
[forum]: https://forum.terasology.org/forum/
21+
[Discord]: https://discord.gg/Terasology
22+
1923
## PR Title / Commit Message Guidelines
2024

2125
We try to follow the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0-beta.2/) style for commit messages and pull request titles.

.github/SECURITY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
We only address security issues of the latest full release or the latest release candidate that followed it. Please see our [releases](https://github.com/MovingBlocks/Terasology/releases).
6+
7+
## Reporting a Vulnerability
8+
9+
We value your work and input and want to give you the opportunity to publish your findings as soon as possible.
10+
However, to keep us and our users safe, we want to get at least started on patching the issue before you do so.
11+
12+
This is why, for reporting a vulnerability, we'd appreciate you talking to us directly first by sending an e-mail to the following address:
13+
14+
* terasology@gmail.com
15+
16+
This will give us the opportunity to assess the issue internally and get back to you to discuss how to proceed.

.idea/.gitignore

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/checkstyle-idea.xml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeInsightSettings.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/Project.xml

Lines changed: 167 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dictionaries/kevint.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/findbugs-idea.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Terasology.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)