add CONTRIBUTING.md file

remove TODO.txt and cleanup addon.json
This commit is contained in:
CapsAdmin 2017-01-25 08:56:19 +01:00
parent 8e6e6a0ed0
commit 41c3c8becb
3 changed files with 7 additions and 15 deletions

3
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,3 @@
# Creating an issue
The issue tracker is for bugs or feature requests. Try to avoid posting issues like "How do I do X?"

View File

@ -1,9 +0,0 @@
fix sounds playing regardless of being hidden when overlap is ticked
-- internal
have a high level clientside api for changing parts from lua
make properties have tags that define what type they are so property translation become less of a mess
-- did it work?
testing committ hook

View File

@ -10,10 +10,8 @@
"*.md",
"*.bat",
"*.7z",
"COPYING",
"README.md",
"TODO.txt",
"boneanimlib.txt",
".travis.yml"
"*.md",
"*.yml",
"COPYING"
]
}
}