Skip to content

Commit

Permalink
Merge pull request #2172 from satanTime/issues/2088
Browse files Browse the repository at this point in the history
chore: github issue template #2088
  • Loading branch information
satanTime authored Apr 3, 2022
2 parents 1a648e7 + dae4a28 commit 5040b29
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug Report
about: Use this template for reporting bugs.
title: 'Bug: '
labels: bug
assignees: satanTime
---

### Description of the bug

<!-- A clear and concise description of what the bug is. -->

### A repo with an example of the bug

<!--
Use one of the preconfigured templates:
- codesandbox: https://codesandbox.io/s/github/ng-mocks/examples?file=/src/test.spec.ts
- stackblitz: https://stackblitz.com/github/ng-mocks/examples?file=src/test.spec.ts
-->

Link:

### Expected vs actual behavior

<!-- A clear and concise description of what you expected to happen and what actually happened. -->
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: Chat on gitter
about: A good place for quick questions
url: https://gitter.im/ng-mocks/community
- name: Ask help on Stackoverflow
about: In case if you have a well defined question or clear expectations with prepared code examples
url: https://stackoverflow.com/questions/ask?tags=ng-mocks%20angular%20testing%20mocking
- name: Ask a question
about: In case if you DO NOT have a well defined question
url: https://github.com/ike18t/ng-mocks/discussions/new
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature Request
about: Use this template for feature requests.
title: 'Feature Request: '
labels: enhancement
assignees: satanTime
---

### Describe the feature or problem you'd like to solve

<!-- A clear and concise description of what the feature or problem is. -->

### Proposed solution

<!-- How will it benefit CLI and its users? -->

### Additional context

<!-- Add any other context like screenshots or mockups are helpful, if applicable. -->

0 comments on commit 5040b29

Please sign in to comment.