Add Discord link in issues (#239)

This commit is contained in:
Webber Takken
2021-04-03 12:30:00 +02:00
committed by GitHub
parent 8bd212e020
commit 398eda622f
3 changed files with 7 additions and 1 deletions

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Discuss on Discord
url: https://game.ci/discord
about: Join our Discord community

1
dist/index.js generated vendored
View File

@@ -346,6 +346,7 @@ class Docker {
--env UNITY_PASSWORD \ --env UNITY_PASSWORD \
--env UNITY_SERIAL \ --env UNITY_SERIAL \
--env UNITY_VERSION="${version}" \ --env UNITY_VERSION="${version}" \
--env USYM_UPLOAD_AUTH_TOKEN \
--env PROJECT_PATH="${projectPath}" \ --env PROJECT_PATH="${projectPath}" \
--env BUILD_TARGET="${platform}" \ --env BUILD_TARGET="${platform}" \
--env BUILD_NAME="${buildName}" \ --env BUILD_NAME="${buildName}" \

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long