Skip to content

Commit

Permalink
fix: Messed up for CI/CD
Browse files Browse the repository at this point in the history
Signed-off-by: steve <steve.s@bigredplanetgames.com>
  • Loading branch information
dragonslaya-ss committed Nov 8, 2020
1 parent 31d6e70 commit 7ea3a18
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 1 deletion.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---

**Describe the bug**
A clear and concise description of what the bug is.

**Repro project**
It would be very helpful if you can produce a small project that reproduces the issue. Upload it to dropbox or google drive and attach the link to this issue.

**To Reproduce**
Steps to reproduce the behavior:
1. Open the attached project '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
* OS: \[e.g. Windows, MacOS\]
* Build target: \[e.g. Android, webgl, standalone, iOS\]
* Unity version: \[e.g. 2017.4]
* Mirror branch: \[e.g. master, 2018\]

**Additional context**
Add any other context about the problem here.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---

**Please explain the suggested feature in detail.**

**How exactly does this keep you from releasing your game right now?**

**Can you suggest a possible solution?**

**Additional context**
Add any other context or screenshots about the feature request here.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
@semantic-release/git
branch: master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7ea3a18

Please sign in to comment.