Skip to content

Commit bbc4098

Browse files
committed
chore: add issue templates
1 parent 21c2a8f commit bbc4098

File tree

5 files changed

+91
-0
lines changed

5 files changed

+91
-0
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: 🐞 Bug report
3+
about: Report a bug report to help us improve the module.
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
10+
<!-- **IMPORTANT!**
11+
Before reporting a bug, please make sure that you have read through our documentation and you think your problem is indeed an issue related to our module. -->
12+
13+
### Version
14+
15+
vue-telemetry-analyzer: <!-- ex: v0.1.0 -->
16+
17+
### Reproduction Link
18+
19+
<!--
20+
A minimal test case based on one of:
21+
- a GitHub repository that can reproduce the bug
22+
-->
23+
24+
### Steps to reproduce
25+
26+
27+
### What is Expected?
28+
29+
30+
### What is actually happening?
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea or enhancement for the module.
4+
title: ''
5+
labels: 'enhancement'
6+
assignees: ''
7+
8+
---
9+
10+
### Is your feature request related to a problem? Please describe.
11+
<!-- A clear and concise description of what the problem is. Ex. I'm frustrated when [...] -->
12+
13+
### Describe the solution you'd like
14+
<!-- A clear and concise description of what you want to happen. -->
15+
16+
### Describe alternatives you've considered
17+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
18+
19+
### Additional context
20+
<!-- Add any other context or screenshots about the feature request here. -->
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: 👀 New detector
3+
about: Report a bug report to help us improve the module.
4+
title: ''
5+
labels: 'detector'
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Please give precise information about the detection your want to add, new framework, plugin, module, etc.
12+
13+
Please provide also:
14+
- The gitHub repository of the project (ex: https://github.com/nuxt-community/strapi-module)
15+
- Why it is valueable to the community to add this detection
16+
-->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Vue Telemetry Twitter
4+
url: https://twitter.com/vuetelemetry
5+
about: Consider sharing the love or feedback on our Twitter 🐦

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!--- Provide a general summary of your changes in the title above -->
2+
3+
## Types of changes
4+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
5+
- [ ] New Detector
6+
- [ ] Bug fix (a non-breaking change which fixes an issue)
7+
- [ ] New feature (a non-breaking change which adds functionality)
8+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
9+
10+
## Description
11+
<!--- Describe your changes in detail -->
12+
<!--- Why is this change required? What problem does it solve? -->
13+
<!--- If it resolves an open issue, please link to the issue here. For example "Resolves: #137" -->
14+
15+
16+
## Checklist:
17+
<!--- Put an `x` in all the boxes that apply. -->
18+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
19+
- [ ] I have updated the README accordingly <!-- apply to new detector or new feature -->
20+
- [ ] I have added the icon of my detector in `icons/` <!-- apply to new detector -->

0 commit comments

Comments
 (0)