-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2172 from satanTime/issues/2088
chore: github issue template #2088
- Loading branch information
Showing
3 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |