-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/brainstormforce/force-ui …
…into dev
- Loading branch information
Showing
5 changed files
with
238 additions
and
164 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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug with the Force UI library. | ||
labels: "[Type] Bug" | ||
|
||
--- | ||
|
||
<!-- | ||
Please fill out ALL required sections. Bug reports with missing information will | ||
be closed. | ||
Before submitting a bug report: | ||
- Check if the bug has already been fixed by updating Force IO. | ||
- Check if the bug is caused by a plugin by deactivating all plugins except the plugin that is using Force UI library. | ||
- Check if the bug is caused by a theme by activating a default theme e.g. Twenty Twenty. | ||
- Check if the bug has already been reported by searching https://github.com/brainstormforce/force-ui/issues. | ||
--> | ||
|
||
## Description | ||
<!-- Please write a brief description of the bug. --> | ||
|
||
## Step-by-step reproduction instructions | ||
<!-- | ||
Please list the steps needed to reproduce the bug. For example: | ||
1. Go to '...' | ||
2. Click on '...' | ||
3. Scroll down to '...' | ||
--> | ||
|
||
## Expected behaviour | ||
<!-- Please describe what you expected to happen. --> | ||
|
||
## Actual behaviour | ||
<!-- Please describe what actually happened. --> | ||
|
||
## Screenshots or screen recording (optional) | ||
<!-- | ||
If possible, please upload a screenshot or screen recording which demonstrates | ||
the bug. | ||
--> |
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: Feature request | ||
about: Propose an idea for a feature or an enhancement | ||
labels: "[Type] Enhancement" | ||
|
||
--- | ||
|
||
## What problem does this address? | ||
<!-- | ||
Please describe if this feature or enhancement is related to a current problem | ||
or pain point. For example, "I'm always frustrated when ..." or "It is currently | ||
difficult to ...". | ||
--> | ||
|
||
## What is your proposed solution? | ||
<!-- | ||
Please outline the feature or enhancement that you want and how it addresses any | ||
problem identified above. | ||
--> | ||
|
||
## Do you have any refernce that has solved this problem? | ||
<!-- | ||
Please share references to any other librarey that has solved this problem. | ||
--> |
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
Oops, something went wrong.