build: remove emojis from github issue templates (#41902)

Remove emojis from github issue templates as they are not great for
a11y and do not provide great value.

PR Close #41902
This commit is contained in:
Joey Perrott 2021-04-30 10:35:26 -07:00 committed by Misko Hevery
parent f4be101c08
commit b7db98fd92
8 changed files with 42 additions and 77 deletions

View File

@ -1,10 +1,6 @@
🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑
Please help us process issues more efficiently by filing an Please help us process issues more efficiently by filing an
issue using one of the following templates: issue using one of the following templates:
https://github.com/angular/angular/issues/new/choose https://github.com/angular/angular/issues/new/choose
Thank you! Thank you!
🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑

View File

@ -1,40 +1,39 @@
--- ---
name: "\U0001F41E Bug report" name: "Bug Report"
about: Report a bug in the Angular Framework about: Report a bug in the Angular Framework
--- ---
<!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 <!--
Oh hi there! 😄 Oh hi there!
To expedite issue processing please search open and closed issues before submitting a new one. To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates. Existing issues often contain information about workarounds, resolution, or progress updates.
🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅--> -->
# 🐞 bug report # Bug Report
### Affected Package ### Affected Package
<!-- Can you pin-point one or more @angular/* packages as the source of the bug? --> <!-- Can you pin-point one or more @angular/* packages as the source of the bug? -->
<!-- ✍️edit: --> The issue is caused by package @angular/.... <!-- edit: --> The issue is caused by package @angular/....
### Is this a regression? ### Is this a regression?
<!-- Did this behavior use to work in the previous version? --> <!-- Did this behavior use to work in the previous version? -->
<!-- ✍️--> Yes, the previous version in which this bug was not present was: .... <!-- edit: --> Yes, the previous version in which this bug was not present was: ....
### Description ### Description
<!-- edit: --> A clear and concise description of the problem...
<!-- ✍️--> A clear and concise description of the problem...
## 🔬 Minimal Reproduction ## Minimal Reproduction
<!-- <!--
Please create and share minimal reproduction of the issue starting with this template: https://stackblitz.com/fork/angular-ivy Please create and share minimal reproduction of the issue starting with this template: https://stackblitz.com/fork/angular-ivy
--> -->
<!-- ✍️--> https://stackblitz.com/... <!-- edit: --> https://stackblitz.com/...
<!-- <!--
If StackBlitz is not suitable for reproduction of your issue, please create a minimal GitHub repository with the reproduction of the issue. If StackBlitz is not suitable for reproduction of your issue, please create a minimal GitHub repository with the reproduction of the issue.
@ -46,24 +45,22 @@ Issues that don't have enough info and can't be reproduced will be closed.
You can read more about issue submission guidelines here: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#submit-issue You can read more about issue submission guidelines here: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#submit-issue
--> -->
## 🔥 Exception or Error ## Exception or Error
<pre><code> <pre><code>
<!-- If the issue is accompanied by an exception or an error, please share it below: --> <!-- If the issue is accompanied by an exception or an error, please share it below: -->
<!-- ✍️-->
</code></pre> </code></pre>
## 🌍 Your Environment ## Your Environment
**Angular Version:** **Angular Version:**
<pre><code> <pre><code>
<!-- run `ng version` and paste output below --> <!-- run `ng version` and paste output below -->
<!-- ✍️-->
</code></pre> </code></pre>
**Anything else relevant?** **Anything else relevant?**
<!-- ✍️Is this a browser specific issue? If so, please specify the browser and version. --> <!-- Is this a browser specific issue? If so, please specify the browser and version. -->
<!-- ✍️Do any of these matter: operating system, IDE, package manager, HTTP server, ...? If so, please mention it below. --> <!-- Do any of these matter: operating system, IDE, package manager, HTTP server, ...? If so, please mention it below. -->

View File

@ -1,32 +1,31 @@
--- ---
name: "\U0001F680 Feature request" name: "Feature Request"
about: Suggest a feature for Angular Framework about: Suggest a feature for Angular Framework
--- ---
<!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 <!--
Oh hi there! 😄 Oh hi there!
To expedite issue processing please search open and closed issues before submitting a new one. To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates. Existing issues often contain information about workarounds, resolution, or progress updates.
🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅--> -->
# 🚀 feature request # Feature Request
### Relevant Package ### Relevant Package
<!-- Can you pin-point one or more @angular/* packages the are relevant for this feature request? --> <!-- Can you pin-point one or more @angular/* packages the are relevant for this feature request? -->
<!-- ✍️edit: --> This feature request is for @angular/.... <!-- edit: --> This feature request is for @angular/....
### Description ### Description
<!-- ✍️--> A clear and concise description of the problem or missing capability... <!-- edit: --> A clear and concise description of the problem or missing capability...
### Describe the solution you'd like ### Describe the solution you'd like
<!-- ✍️--> If you have a solution in mind, please describe it. <!-- edit: --> If you have a solution in mind, please describe it.
### Describe alternatives you've considered ### Describe alternatives you've considered
<!-- ✍️--> Have you considered any alternative solutions or workarounds? <!-- edit: --> Have you considered any alternative solutions or workarounds?

View File

@ -1,55 +1,48 @@
--- ---
name: "📚 Docs or angular.io issue report" name: "Docs or angular.io Bug Report"
about: Report an issue in Angular's documentation or angular.io application about: Report an issue in Angular's documentation or angular.io application
--- ---
<!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 <!--
Oh hi there! 😄 Oh hi there!
To expedite issue processing please search open and closed issues before submitting a new one. To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates. Existing issues often contain information about workarounds, resolution, or progress updates.
🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅--> -->
# 📚 Docs or angular.io bug report # Docs or angular.io Bug Report
### Description ### Description
<!-- ✍️edit:--> A clear and concise description of the problem... <!-- edit: --> A clear and concise description of the problem...
## 🔬 Minimal Reproduction ## Minimal Reproduction
### What's the affected URL?** ### What's the affected URL?**
<!-- ✍️edit:--> https://angular.io/... <!-- edit: --> https://angular.io/...
### Reproduction Steps** ### Reproduction Steps**
<!-- If applicable please list the steps to take to reproduce the issue --> <!-- If applicable please list the steps to take to reproduce the issue -->
<!--edit:-->
### Expected vs Actual Behavior** ### Expected vs Actual Behavior**
<!-- If applicable please describe the difference between the expected and actual behavior after following the repro steps. --> <!-- If applicable please describe the difference between the expected and actual behavior after following the repro steps. -->
<!--edit:-->
## Screenshot
## 📷Screenshot
<!-- Often a screenshot can help to capture the issue better than a long description. --> <!-- Often a screenshot can help to capture the issue better than a long description. -->
<!-- ✍️upload a screenshot:--> <!-- upload a screenshot:-->
## Exception or Error
## 🔥 Exception or Error
<pre><code> <pre><code>
<!-- If the issue is accompanied by an exception or an error, please share it below: --> <!-- If the issue is accompanied by an exception or an error, please share it below: -->
<!-- ✍️-->
</code></pre> </code></pre>
## Your Environment
## 🌍 Your Environment
### Browser info ### Browser info
<!-- ✍️Is this a browser specific issue? If so, please specify the device, browser, and version. --> <!-- Is this a browser specific issue? If so, please specify the device, browser, and version. -->
### Anything else relevant? ### Anything else relevant?
<!-- ✍️Please provide additional info if necessary. --> <!-- Please provide additional info if necessary. -->

View File

@ -1,11 +1,6 @@
--- ---
name: ⚠️ Security issue disclosure name: Security Issue Disclosure
about: Report a security issue in Angular Framework, Material, or CLI about: Report a security issue in Angular Framework, Material, or CLI
--- ---
🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑
Please read https://angular.io/guide/security#report-issues on how to disclose security related issues. Please read https://angular.io/guide/security#report-issues on how to disclose security related issues.
🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑

View File

@ -1,16 +1,11 @@
--- ---
name: "❓ Support request" name: "Support Request"
about: Questions and requests for support about: Questions and requests for support
--- ---
🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑
Please do not file questions or support requests on the GitHub issues tracker. Please do not file questions or support requests on the GitHub issues tracker.
You can get your questions answered using other communication channels. Please see: You can get your questions answered using other communication channels. Please see:
https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
Thank you! Thank you!
🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑

View File

@ -1,13 +1,8 @@
--- ---
name: "\U0001F6E0 Angular CLI" name: "Angular CLI"
about: Issues and feature requests for Angular CLI about: Issues and feature requests for Angular CLI
--- ---
🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑
Please file any Angular CLI issues at: https://github.com/angular/angular-cli/issues/new Please file any Angular CLI issues at: https://github.com/angular/angular-cli/issues/new
For the time being, we keep Angular CLI issues in a separate repository. For the time being, we keep Angular CLI issues in a separate repository.
🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑

View File

@ -1,13 +1,8 @@
--- ---
name: "\U0001F48E Angular Components" name: "Angular Components"
about: Issues and feature requests for Angular Components about: Issues and feature requests for Angular Components
--- ---
🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑
Please file any Angular Components issues at: https://github.com/angular/components/issues/new Please file any Angular Components issues at: https://github.com/angular/components/issues/new
For the time being, we keep Angular Components issues in a separate repository. For the time being, we keep Angular Components issues in a separate repository.
🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑