mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Merge pull request #398 from acelaya/feature/issue-template
Created issue template with some reminders
This commit is contained in:
commit
5c6829fb62
2 changed files with 8 additions and 1 deletions
6
.github/ISSUE_TEMPLATE.md
vendored
Normal file
6
.github/ISSUE_TEMPLATE.md
vendored
Normal 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.
|
||||
-->
|
3
build.sh
3
build.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue