Skip to content

Commit

Permalink
chore: update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ihym committed May 21, 2018
1 parent a79b043 commit 95ca44e
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
name: "⚠️ Bug report"
about: Report a bug for this library. Please check the FAQ and search github/stackoverflow
for a similar issue before submitting

---

<!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->

## Current behavior
<!-- Describe how the issue manifests. -->


## Expected behavior
<!-- Describe what the desired behavior would be. -->


## How do you think that we should fix this?
<!-- If you can, describe how you would fix this. -->


## Minimal reproduction of the problem with instructions
<!--
For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via
https://stackblitz.com or similar. You can use this template as a starting point: https://stackblitz.com/github/ngx-timeago/example
-->


## Environment

<pre><code>
ngx-timeago version: X.Y.Z
Angular version: X.Y.Z
<!-- Check whether this is still an issue in the most recent Angular version -->

Browser:
- [ ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX

For Tooling issues:
- Node version: XX <!-- run `node --version` -->
- Platform: <!-- Mac, Linux, Windows -->

Others:
<!-- Anything else relevant? Operating system version, IDE, package manager, HTTP server, ... -->
</code></pre>
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: "✨ Feature request"
about: Suggesting new features for this library. Please check if a similar feature
request exists before submitting

---

<!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->

## Current behavior
<!-- Describe how the issue manifests. -->


## Expected behavior
<!-- Describe what the desired behavior would be. -->


## What is the motivation / use case for changing the behavior?
<!-- Describe the motivation or the concrete use case. -->


## How do you think that we should implement this?
<!-- If you can, describe how you would implement this feature. -->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/Support_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: ℹ️ Other / Support request
about: Please check the FAQ and search github/stackoverflow for a similar issue before
submitting

---


0 comments on commit 95ca44e

Please sign in to comment.