More doc stuff! Including new GitHub template files.

develop
Rasmus Praestholm 2016-03-01 00:24:03 -05:00
parent 5239ccb8ac
commit 6b54120624
5 changed files with 47 additions and 4 deletions

20
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,20 @@
<!-- Thanks for taking the time to submit a thorough issue report for Terasology! :-)
Please fill out whichever details below seem relevant to your issue.
Note that suggestions, general questions & support should go in the forum:
* http://forum.terasology.org/forum/suggestions.21
* http://forum.terasology.org/forum/support.20/
Bug reports and crashes likely resulting from bugs in the engine go here on GitHub. -->
### What you were trying to do
### What actually happened
### How to reproduce
* Step 1
* Step 2
* Step 3
### Log details and game version
### Computer details

20
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,20 @@
<!-- Thanks for submitting a pull request for Terasology! :-)
Please fill in some brief details below about the PR.
If it contains source code please make sure to run Checkstyle on it first
If you add unit tests we'll love you forever! -->
### Contains
Brief description of what the PR does like "Fixes #12345"
### How to test
Brief description of how to test / confirm this PR before merging
### Outstanding before merging
If anything. You can use neat checkboxes! Feel free to delete if not needed
- [ ] Need to consider use case x
- [ ] Still have to adjust the wiki doc
- [ ] Will need translation work

9
.gitignore vendored
View File

@ -1,10 +1,13 @@
# Ignore general
/.*
!.gitattributes
!.gitignore
*~
._*
*.bak
/.*
# Except this stuff
!.gitattributes
!.gitignore
!.github
# Ignore Gradle, including local override properties (template file available under /templates)
build/

View File

@ -11,7 +11,7 @@ Welcome!
The Terasology project was born from a Minecraft-inspired tech demo and is becoming a stable platform for various types of gameplay settings in a voxel world.
The [creators and maintainers](docs/Credits.md) are a diverse mix of software developers, designers, game testers, graphic artists, and musicians. We encourage others to join!
The [creators and maintainers](https://github.com/MovingBlocks/Terasology/blob/develop/docs/Credits.md) are a diverse mix of software developers, designers, game testers, graphic artists, and musicians. We encourage others to join!
Terasology is fully open source and licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html) and available in source code form at [GitHub](https://github.com/MovingBlocks/Terasology)