Skip to content

Commit

Permalink
Merge pull request #1 from BabylonJS/master
Browse files Browse the repository at this point in the history
Latest
  • Loading branch information
Foxhoundn committed Sep 19, 2020
2 parents 62c3921 + db57ae0 commit 36bf397
Show file tree
Hide file tree
Showing 2,407 changed files with 1,950,602 additions and 1,622,848 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Use Github issues ONLY for validated bugs. PLEASE DISCUSS THEM ON THE FORUM FIRST!**

We have a really active forum to help answering questions (https://forum.babylonjs.com/)

*If you are convinced that you found a bug, please use the following template for your issue:*

**Repro**
- Bug repro on [playground](https://playground.babylonjs.com):
- Expected result:
- Current result:

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

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

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

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Discussion**
You must provide a link to the forum post where the initial discussion happened
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,9 @@ gui/dist/
/Viewer/tests/tsc
/Viewer/tests/tsc.cmd
/Viewer/tests/tsserver
/Viewer/tests/tsserver.cmd
/Viewer/tests/tsserver.cmd
# Local Netlify folder
.netlify
Playground/dist/
Sandbox/public/dist/
ktx2Decoder/dist/
10 changes: 10 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM gitpod/workspace-full-vnc

USER gitpod

RUN sudo apt-get update && \
sudo apt-get install -yq chromium-browser firefox && \
sudo rm -rf /var/lib/apt/lists/*

ENV CHROME_BIN=/usr/bin/chromium-browser
ENV BROWSER="Chrome_Without_Sandbox"
14 changes: 14 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
image:
file: .gitpod.Dockerfile
tasks:
- command: gp await-port 1338 && sleep 3 && gp preview $(gp url 1338)/sandbox/public/index-local.html
- before: >
cd Tools/Gulp &&
npm i typescript gulp@4.0.0 -g &&
npm install
command: npm run start
ports:
- port: 1338
onOpen: ignore
- port: 3000
onOpen: ignore
8 changes: 8 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pull_request_rules:
- name: Automatic merge
conditions:
- label=automerge
- status-success=CI
actions:
merge:
method: merge
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"printWidth": 300
}
64 changes: 0 additions & 64 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 36bf397

Please sign in to comment.