Merge pull request #398 from acelaya/feature/issue-template

Created issue template with some reminders
This commit is contained in:
Alejandro Celaya 2019-04-11 22:11:21 +02:00 committed by GitHub
commit 5c6829fb62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

6
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,6 @@
<!--
Before opening an issue, just take into account that this is a completely free of charge open source project.
I'm always happy to help and provide support, but some understanding will be required.
I do this in my own free time, so expect some delays when implementing new features and fixing bugs, and don't take it personal if an issue gets eventually closed.
Try to be polite, and understand it is impossible for a project to cover all use cases.
-->

View file

@ -35,7 +35,8 @@ rsync -av * "${builtcontent}" \
--exclude=config/autoload/*local* \
--exclude=config/test \
--exclude=**/test* \
--exclude=build*
--exclude=build* \
--exclude=.github
cd "${builtcontent}"
# Install dependencies