Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: 🐛 Bug Report
description: Create a bug report to help improve!
labels: [bug]
body:
- type: markdown
attributes:
value: |
##### ⏱️ Before you start...
- Are you sure that you are looking at the most recent version of the repo?
- Have you checked whether or not a similar bug has already been reported?
- type: textarea
attributes:
label: 🪟 What file(s) are this issue present in?
placeholder: /assets/Rainbow flag/3D
validations:
required:true
- type: textarea
attributes:
label: 📄 Description
description: A clear and concise description of what the error is.
validations:
required: true
- type: textarea
attributes:
label: 🤔 Expected outcome
description: What exactly should this emoji look like?
- type: textarea
attributes:
label: 📸 Assets
description: |
A list of assets (errors, screenshots, emoji) relevant to the bug.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
68 changes: 68 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
name: ✨ Feature Request
description: Request a new feature to make things better!
labels: [feature request]
body:
- type: markdown
attributes:
value: |
##### ⏱️ Before you start...
- Have you checked whether or not a similar feature request has already been reported?
- type: textarea
attributes:
label: 📄 Description
description: A clear and concise description of what your idea is. Include things like possible use cases, drawbacks, etc.
validations:
required: true
- type: textarea
attributes:
label: 🗃️ Alternative solutions
description: Describe more ways this idea could be implemented.
validations:
required: false
- type: textarea
id: api-changes
attributes:
label: ⚡ API Changes
description: Include a list of all API changes, additions, subtractions as would be required by your proposal. These APIs should be considered placeholders, so the naming is not as important as getting the concepts correct. If possible you should include some example (pseudo-)code of usage of your new API.
placeholder: |
```csharp
var button = new Button ();
button.MakeShiny = true; // new API
```

The MakeShiny API works even if the button is already visible.
validations:
required: false
- type: textarea
id: use-case
attributes:
label: 👥 Intended Use-Case
description: Provide a detailed example of where your proposal would be used and for what purpose. Focus on _why_ you want this feature instead of _what_ the feature does.
placeholder: I have a situation where I would really want a shiny button to make it stand out from the rest of the plain and boring buttons.
validations:
required: false
- type: textarea
attributes:
label: ✅ Tasks
description: Give an overview of all the specific things you would like to be changed or implemented.
value: |
```[tasklist]
### High Priority
- [ ] Something
- [ ] Another thing
- [ ] https://github.com/link/to/an/issue
```
```[tasklist]
### Nice to have
- [ ] Something
- [ ] Another thing
- [ ] https://github.com/link/to/an/issue
```
validations:
required: false
- type: textarea
attributes:
label: 📸 Assets
description: A list of assets (screenshots, mockups) relevant to this feature request.
validations:
required: false
19 changes: 19 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!--⏱️ Before you start...
Have you checked whether or not a similar pull request has already been reported?-->

### 📄 Description
<!--A clear and concise description of what your idea is. Include things like possible use cases, drawbacks, etc.-->

### ✅ Tasks
<!--Give an overview of all the specific things you would like to be changed or implemented.
If an issue already exists with this, you can add the issue link or number-->

#### Nice to have
- [ ] Something
- [ ] Another thing
- [ ] https://github.com/microsoft/fluentui-emoji/issues/link-to-an-issue

### 📸 Assets
<!--A list of assets (emoji, use scenarios, references to the Unicode website)
You can also include GitHub citations (if you know what these are).-->