Skip to content

Commit 8cd481f

Browse files
authored
Add issue/PR templates (#242)
1 parent 6138f1b commit 8cd481f

File tree

3 files changed

+68
-0
lines changed

3 files changed

+68
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**For questions, please use the [forum](https://forum.babylonjs.com)**.
11+
12+
**Describe the bug**
13+
A clear and concise description of what the bug is.
14+
15+
**To Reproduce**
16+
Steps to reproduce the behavior:
17+
1. Go to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See error
21+
22+
**Expected behavior**
23+
A clear and concise description of what you expected to happen.
24+
25+
**Screenshots**
26+
If applicable, add screenshots to help explain your problem.
27+
28+
**Other**
29+
- Platform: [e.g. Win32, UWP, HoloLens, Android, iOS]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**For questions, please use the [forum](https://forum.babylonjs.com)**.
11+
12+
**Is your feature request related to a problem? Please describe.**
13+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
14+
15+
**Describe the solution you'd like**
16+
A clear and concise description of what you want to happen.
17+
18+
**Describe alternatives you've considered**
19+
A clear and concise description of any alternative solutions or features you've considered.
20+
21+
**Additional context**
22+
Add any other context or screenshots about the feature request here.

.github/pull_request_template.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
**Describe the change**
2+
3+
A clear and concise description of what the change is.
4+
5+
If this change addresses any issues, be sure to [link this PR to those issues](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-issues/linking-a-pull-request-to-an-issue).
6+
7+
**Screenshots**
8+
9+
If applicable, add screenshots to help explain your change. Consider using tools like *Giphy Capture* or *ScreenToGif* to capture animated gifs. If you are using physical devices rather than emulators/simulators, consider using tools like *Vysor* or *scrcpy* to project your device's display to your dev machine to allow for screen capture.
10+
11+
**Documentation**
12+
13+
Have you updated the [documentation](../README.md) to reflect your changes? (*Yes* or *N/A*)
14+
15+
**Testing**
16+
17+
Have you [tested](../README.md#testing-in-the-playground-app) the final iteration of your changes? (*Yes* or *N/A* or *I need help testing on [Android|iOS|Windows]*)

0 commit comments

Comments
 (0)