This repository was archived by the owner on Nov 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update issue templates (#1439)
Make the templates more similar to Angular FW and CLI
- Loading branch information
1 parent
f75f702
commit 3a51573
Showing
2 changed files
with
52 additions
and
29 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
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 |
---|---|---|
@@ -1,13 +1,28 @@ | ||
--- | ||
name: 🎉 Feature Request | ||
name: 🚀 Feature Request | ||
about: You have an idea that you'd like to be implemented in Angular Universal | ||
--- | ||
# Feature Request | ||
|
||
#### What is the desired behavior? | ||
|
||
# 🚀 Feature request | ||
|
||
#### What is the use-case or motivation for the desired behavior? | ||
|
||
#### What modules are relevant for this feature request? | ||
<!-- ✍️edit: --> | ||
- [ ] aspnetcore-engine | ||
- [ ] builders | ||
- [ ] common | ||
- [ ] express-engine | ||
- [ ] hapi-engine | ||
- [ ] module-map-ngfactory-loader | ||
|
||
#### Is there anything else we should know? | ||
### Description | ||
<!-- ✍️--> A clear and concise description of the problem or missing capability... | ||
|
||
|
||
### Describe the solution you'd like | ||
<!-- ✍️--> If you have a solution in mind, please describe it. | ||
|
||
|
||
### Describe alternatives you've considered | ||
<!-- ✍️--> Have you considered any alternative solutions or workarounds? |