Skip to content

Commit 815159a

Browse files
docs: updated issue templates (CirclonGroup#851)
Closes CirclonGroup#850
1 parent 6eb3c4c commit 815159a

File tree

5 files changed

+86
-15
lines changed

5 files changed

+86
-15
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
1-
PLEASE READ CAREFULLY!
1+
## I'm submitting a...
22

3-
# Reproduce
4-
Please reproduce here if reporting a bug, or requesting help:
5-
https://stackblitz.com/edit/angular-wxansn
3+
<!-- Check one of the following options with "x" -->
4+
<pre><code>
5+
[ ] Regression (a behavior that used to work and stopped working in a new release)
6+
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
7+
[ ] Feature request
8+
[ ] Documentation issue or request
9+
</code></pre>
610

7-
# Additional Info
8-
- paste your package.json
9-
- which browser
10-
- paste your code
11+
## What is the current behavior?
1112

12-
# Use the Slack Channel
13-
The fastest way to get an answer is via the slack channel:
14-
https://angular-tree-component.herokuapp.com/
13+
<!-- Describe the current behavior. -->
1514

16-
You will also get updates on releases, bugfixes and other announcements.
15+
## Expected behavior:
1716

18-
# Search Docs First
19-
Please look for an answer in the docs before submitting an issue:
20-
angular2-tree.readme.io.
17+
<!-- Describe what the desired behavior would be. -->
18+
19+
## Minimal reproduction of the problem with instructions:
20+
21+
<!--
22+
For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via
23+
https://stackblitz.com/edit/atc-issue-template
24+
-->
25+
26+
## Version of affected browser(s),operating system(s), npm, node and angular-tree-component:
27+
28+
## Other information:

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug or regression in functionality
4+
---
5+
6+
<!-- Please search GitHub for a similar issue or PR before submitting a new issue-->
7+
8+
## Minimal reproduction of the bug/regression with instructions:
9+
10+
<!-- Use the following StackBlitz example to create a reproduction: https://stackblitz.com/edit/atc-issue-template -->
11+
12+
<!-- If the bug/regression does not include a reproduction via StackBlitz or GitHub repo, your issue may be closed without resolution. -->
13+
14+
## Expected behavior:
15+
16+
<!-- Describe what the expected behavior would be. -->
17+
18+
## Versions of Angular Tree Component, Angular, Node, affected browser(s) and operating system(s):
19+
20+
## Other information:
21+
22+
## I would be willing to submit a PR to fix this issue
23+
24+
[ ] Yes (Assistance will be provided if you need help to submit a pull request)
25+
[ ] No
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Documentation Report
3+
about: Report missing or inaccurate documentation
4+
---
5+
6+
<!-- Please search GitHub for a similar request before submitting a new request -->
7+
8+
## Other information:
9+
10+
## I would be willing to submit a PR for the docs :heart:
11+
12+
[ ] Yes (Assistance will be provided if you need help to submit a pull request)
13+
[ ] No
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Feature Request
3+
about: Submit a Request For Consideration
4+
---
5+
6+
<!-- Please search GitHub for a similar request before submitting a new request -->
7+
8+
## Describe any alternatives/workarounds you're currently using
9+
10+
## Other information:
11+
12+
## If accepted, I would be willing to submit a PR for this feature
13+
14+
[ ] Yes (Assistance will be provided if you need help to submit a pull request)
15+
[ ] No
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Support Request
3+
about: I need general help
4+
---
5+
6+
## Support Requests should not be opened as issues and should be handled in the following ways:
7+
8+
### On [StackOverflow](https://stackoverflow.com/questions/tagged/angular-tree-component) using the `angular-tree-component` tag
9+
10+
### In our slack support channel at https://angular-tree-component.herokuapp.com/

0 commit comments

Comments
 (0)