From 3a51573d12eae4d836d8fc4d2439a137b73d0a7f Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Tue, 7 Jan 2020 16:13:50 +0100 Subject: [PATCH] docs: update issue templates (#1439) Make the templates more similar to Angular FW and CLI --- .github/ISSUE_TEMPLATE/Bug.md | 56 +++++++++++++---------- .github/ISSUE_TEMPLATE/Feature_Request.md | 25 ++++++++-- 2 files changed, 52 insertions(+), 29 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md index d0c841cc9..d6b27e425 100644 --- a/.github/ISSUE_TEMPLATE/Bug.md +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -2,45 +2,53 @@ name: 🐞 Bug Report about: Something is broken in Angular Universal --- -# Bug Report - -#### What is the expected behavior? - - -#### What is the current behavior? +# 🐞 Bug report #### What modules are related to this issue? -``` + - [ ] aspnetcore-engine - [ ] builders - [ ] common - [ ] express-engine - [ ] hapi-engine - [ ] module-map-ngfactory-loader -``` +### Is this a regression? -#### Minimal reproduction with instructions: + + Yes, the previous version in which this bug was not present was: .... +### Description -#### What is the use-case or motivation for changing an existing behavior? + A clear and concise description of the problem... - -#### Environment: -**@nguniversal versions** - - aspnetcore-engine: - - common: - - express-engine: - - hapi-engine: - - module-map-ngfactory-loader: -``` +## πŸ”¬ Minimal Reproduction -``` +## πŸ”₯ Exception or Error +

+
+
+
+
+ + +## 🌍 Your Environment +

+
+
 
-#### Is there anything else we should know?
+
\ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md index e9c7d7883..3581ea4d4 100644 --- a/.github/ISSUE_TEMPLATE/Feature_Request.md +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -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? + +- [ ] aspnetcore-engine +- [ ] builders +- [ ] common +- [ ] express-engine +- [ ] hapi-engine +- [ ] module-map-ngfactory-loader -#### Is there anything else we should know? \ No newline at end of file +### 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?