-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into event-badging-table
Signed-off-by: Kaxada <[email protected]>
- Loading branch information
Showing
5 changed files
with
59 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,41 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "" | ||
labels: "" | ||
assignees: "" | ||
title: 'Please provide a concise and informative title that summarizes the issue: | ||
e.g. [BUG]<X> not working for <Y>' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
_A clear and concise description of what the bug is. Be specific and clear about what you were trying to do when the bug occurred._ | ||
|
||
**Steps To Reproduce** | ||
_List the exact steps someone can take to reproduce the issue._ | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
_A clear and concise description of what you expected to happen when performing the actions outlined in the "Steps to Reproduce" section._ | ||
|
||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
**Screenshots/screen recordings** | ||
_If applicable, add screenshots/screen recordings to help explain your problem._ | ||
|
||
**Smartphone (please complete the following information):** | ||
**Desktop specifications** | ||
_Please complete the following information if applicable):_ | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
**Smartphone specifications** | ||
_Please complete the following information if applicable):_ | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
• Provide any additional information that might help understand the issue. This could include links to relevant code snippets, configuration files, or other resources. |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Doc feedback | ||
about: Create a detailed report to help us improve | ||
title: 'Briefly describe the improvement you''re requesting e.g. [DOC]: Improve clarity | ||
of X' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description** | ||
|
||
Clearly explain the problem with the documentation. If possible, provide screenshots or code snippets to illustrate the issue. | ||
|
||
**Affected Documentation** | ||
Specify the name or location of the documentation affected by the issue. This could be a specific file (e.g. contributing.md) or a section within a larger document. | ||
|
||
**Suggested improvement** | ||
|
||
Propose a solution for fixing the documentation issue. This could be a revised text, a clearer explanation, or a link to a relevant resource. | ||
|
||
**Additional Information** | ||
|
||
Include any other information that might be helpful in understanding the issue. |
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,19 +1,24 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "" | ||
labels: "" | ||
assignees: "" | ||
title: 'Please provide a concise and informative title that summarizes the issue: | ||
e.g. [FEATURE]: [Describe the desired feature]' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
A clear and concise description of what you want to happen. Be as specific as possible, including details like user interface elements or functionalities. | ||
|
||
**Benefit** | ||
Highlight the positive impact on users or the development process. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
Add any other context or screenshots about the feature request here. You can include any relevant resources, like code snippets, mockups, or references to similar features in other projects. |
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