Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue templates #21

Merged
merged 1 commit into from Nov 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,59 @@
---
name: Bug Report
about: Something isn't working as expected
title: ''
labels: bug
assignees: CedericPrivat

---

<!--
Thanks for reporting an issue to `verticalgmbh/components`!
Before you submit, please search open / closed issues before submitting, since someone else might
have asked the same thing before.
-->

### Relevant Components

<!---
Please mention which components are related to you issue.
-->

...

### Current Behavior

<!---
A clear and concise description of what the bug is. Please include the relevant error if there is one. If
applicable, you can add screenshots to help explain your problem.
-->

...

### Expected Behavior

<!---
A clear and concise description of what you expected to happen. You can also provide a suggested
solution if you'd like.
-->

...

### Steps to Reproduce

<!---
Please describe the steps to reproduce the bug.
-->

1.
2.
3.
...

### Additional Context

<!--
Add any other context about the problem here.
-->

...
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
@@ -0,0 +1,49 @@
---
name: Documentation
about: Documetation bug / missing / difficult to understand
title: ''
labels: documentation
assignees: CedericPrivat

---

<!--
Thanks for reporting an issue to `verticalgmbh/components`!
Before you submit, please search open / closed issues before submitting, since someone else might
have asked the same thing before.
-->

### Scope

Relevant Documentation URL:
<!--
Please enter the relevant documentation link here, e. g.
https://github.com/verticalgmbh/components/blob/master/projects/vertical-
components/src/lib/button/button.md
-->

...

### Explanation

<!--
Describe what's wrong / missing / difficult to understand.
-->

...

### Expected Documentation

<!--
Describe what you would expect seeing in the documentation.
-->

...

### Additional Context

<!--
Add any other context or screenshots about the feature request here.
-->

...
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
@@ -0,0 +1,47 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: CedericPrivat

---

<!--
Thanks for reporting an issue to `verticalgmbh/components`!
Before you submit, please search open / closed issues before submitting, since someone else might
have asked the same thing before.
-->

### Scope

<!--
Describe the scope of the feature you'd like to request. Is it about an existing component? Is it a new
component? Behavior change? Related to a problem?
-->

...

### Explanation

<!--
Describe how the feature would work.
-->

...

### Possible Solution <!-- optional -->

<!--
Suggest ideas how to implement the addition or change
-->

...

### Additional Context

<!--
Add any other context or screenshots about the feature request here.
-->

...