Skip to content

Commit f3d7a7c

Browse files
author
Rishabh Karnad
authored
Merge pull request GeekyAnts#214 from GeekyAnts/feature/issue-templates
Update issue templates
2 parents 22d8899 + 3705c90 commit f3d7a7c

File tree

4 files changed

+79
-0
lines changed

4 files changed

+79
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: "\U0001F41E Bug report"
3+
about: Spotted a bug in Vue Native?
4+
title: ''
5+
labels: ''
6+
7+
---
8+
9+
**Description of the bug**
10+
A clear and concise description of what the bug is.
11+
12+
**To Reproduce**
13+
Steps to reproduce the behavior:
14+
1. Go to '...'
15+
2. Click on '....'
16+
3. Scroll down to '....'
17+
4. See error
18+
19+
**What I expected**
20+
A clear and concise description of what you expected to happen.
21+
22+
**Screenshots**
23+
If applicable, add screenshots to help explain your problem.
24+
25+
**Did I use `vue-native-cli` to create the project?**
26+
Yes/No
27+
28+
**Am I using Expo?**
29+
Yes/No
30+
- If you created your project with `vue-native init <projectName>` then yes
31+
- If you used `vue-native init <projectName> --no-expo`, then no
32+
33+
**Development platform (please complete the following information):**
34+
- OS: [e.g. iOS]
35+
- Shell/terminal: [e.g. ZSH, PowerShell]
36+
37+
**The device on which I run my Vue Native app**
38+
- Device: [e.g. iPhone6]
39+
- OS: [e.g. iOS8.1]
40+
41+
**Additional context**
42+
Add any other context about the problem here.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: "\U0001F4D6 Issue with the documentation or website"
3+
about: Spotted something incorrect or outdated in the docs? Website not rendering correctly?
4+
title: ''
5+
labels: ''
6+
7+
---
8+
9+
This repository only hosts the core packages of Vue Native.
10+
11+
If you have an issue with the docs or website, please create an issue in the [Vue Native Website repository](https://github.com/GeekyAnts/vue-native-website/issues).
12+
13+
Issues opened here that are related to the documentation/website will be closed.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: "\U0001F9ED Issue with Vue Native Router"
3+
about: Having trouble with Vue Native Router?
4+
title: ''
5+
labels: ''
6+
7+
---
8+
9+
This repository only hosts the core packages of Vue Native.
10+
11+
If you have an issue with Vue Native Router, please create an issue in the [Vue Native Router repository](https://github.com/GeekyAnts/vue-native-router/issues).
12+
13+
Issues opened here that are related to Vue Native Router will be closed.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: "\U0001F9D0 Questions or help with usage"
3+
about: Need help with code or Vue Native usage?
4+
title: 'Question: '
5+
labels: ''
6+
7+
---
8+
9+
The best place to find answers is the [documentation](https://www.vue-native.io/docs/installation.html) 📖
10+
11+
If you still haven't found what you are looking for or need more help, feel free to reach out on [Vue Native Slack](http://slack.vue-native.io/)

0 commit comments

Comments
 (0)