-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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 github.com:Semantic-Org/Semantic-UI-React in…
…to popup-open-prop-fix
- Loading branch information
Showing
328 changed files
with
15,917 additions
and
4,857 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
coverage/* | ||
dist/* | ||
docs/build/* | ||
examples/webpack3/scripts/* | ||
dll/* |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,6 @@ | ||
✖ CSS ISSUES → Post on https://github.com/Semantic-Org/Semantic-UI | ||
<!--- | ||
Thanks for filing an issue 😄 ! Before you submit, please read the following: | ||
✖ USAGE QUESTIONS → Use these dedicated resources: | ||
Docs - http://react.semantic-ui.com | ||
Chat - https://gitter.im/Semantic-Org/Semantic-UI-React | ||
SO - https://stackoverflow.com/questions/tagged/semantic-ui-react?sort=votes | ||
|
||
✔ BUGS → This form is required: | ||
|
||
### Steps | ||
|
||
### Expected Result | ||
|
||
### Actual Result | ||
|
||
### Version | ||
x.y.z | ||
|
||
### Testcase | ||
[Fork, update, and replace this pen to show the bug]: | ||
https://codesandbox.io/s/2l3n74j9y | ||
Check the other issue templates if you are trying to submit a bug report, feature request, or question | ||
Search open/closed issues before submitting since someone might have asked the same thing before! | ||
--> |
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,23 @@ | ||
--- | ||
name: 🐛 Bug Report | ||
about: If something isn't working as expected 🔧. | ||
|
||
--- | ||
|
||
## Bug Report | ||
|
||
### Steps | ||
A clear and concise description of steps to reproduce the problem. | ||
|
||
### Expected Result | ||
The result that you expected. | ||
|
||
### Actual Result | ||
The actual result that happened 💣 | ||
|
||
### Version | ||
x.y.z | ||
|
||
### Testcase | ||
[Fork, update, and replace this pen to show the bug]: | ||
https://codesandbox.io/s/2l3n74j9y |
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,17 @@ | ||
--- | ||
name: 🚀 Feature Request | ||
about: I have a suggestion (and may want to implement it 💪)! | ||
|
||
--- | ||
|
||
## Feature Request | ||
|
||
### Problem description | ||
A clear and concise description of what the problem is. Ex. I have an issue when [...] | ||
|
||
### Proposed solution | ||
A clear and concise description of what you want to happen. Add any considered drawbacks. | ||
|
||
### MVP | ||
[Fork, update, and replace this pen if you can show the proposed solution]: | ||
https://codesandbox.io/s/2l3n74j9y |
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,14 @@ | ||
--- | ||
name: 📓 Support Question | ||
about: If you have a question 💬, please check out our Gitter or StackOverflow! | ||
|
||
--- | ||
|
||
--------------^ Click "Preview" for a nicer view! | ||
We primarily use GitHub as an issue tracker; for usage and support questions, please check out these resources below. Thanks! 😁. | ||
|
||
--- | ||
|
||
* Gitter Community Chat: https://gitter.im/Semantic-Org/Semantic-UI-React | ||
* StackOverflow: https://stackoverflow.com/questions/tagged/semantic-ui-react using the tag `semantic-ui-react` | ||
* Also have a look at our docs: http://react.semantic-ui.com |
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,54 @@ | ||
# | ||
# new-issue-welcome | ||
# https://github.com/behaviorbot/new-issue-welcome | ||
# | ||
|
||
# Comment to be posted to on first time issues | ||
newIssueWelcomeComment: | | ||
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help. | ||
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. | ||
# | ||
# new-pr-welcome | ||
# https://github.com/behaviorbot/new-pr-welcome | ||
# | ||
|
||
# Comment to be posted to on PRs from first time contributors in your repository | ||
newPRWelcomeComment: | | ||
💖 Thanks for opening this pull request! 💖 | ||
Here is a list of things that will help get it across the finish line: | ||
- Run `yarn lint` locally to catch formatting errors. This will fix some errors automatically, commit and push any changes. | ||
- Run `yarn test` locally to catch errors. This ensures all components still behave as they should. | ||
- Run `yarn start` to run the doc site locally and try a few pages, ensuring everything is in good working order. | ||
- Include tests when adding/changing behavior. | ||
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. | ||
# | ||
# first-pr-merge | ||
# https://github.com/behaviorbot/first-pr-merge | ||
# | ||
|
||
# Comment to be posted to on pull requests merged by a first time user | ||
firstPRMergeComment: | | ||
Congrats on merging your first pull request! 🎉🎉🎉 | ||
![robot victory dance](https://media.giphy.com/media/tczJoRU7XwBS8/giphy.gif) | ||
# | ||
# lock-threads | ||
# https://github.com/dessant/lock-threads | ||
# | ||
|
||
# Number of days of inactivity before a closed issue or pull request is locked | ||
daysUntilLock: 365 | ||
|
||
# Comment to post before locking. Set to `false` to disable | ||
lockComment: > | ||
This thread has been automatically locked because it has not had recent | ||
activity. Please open a new issue for related bugs and link to relevant | ||
comments in this thread. | ||
# Limit to only `issues` or `pulls` | ||
# only: issues |
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,33 @@ | ||
# Number of days of inactivity before an issue becomes stale | ||
daysUntilStale: 90 | ||
|
||
# Number of days of inactivity before a stale issue is closed | ||
daysUntilClose: 90 | ||
|
||
# Issues with these labels will never be considered stale | ||
exemptLabels: | ||
- pinned | ||
- security | ||
|
||
# Label to use when marking an issue as stale | ||
staleLabel: stale | ||
|
||
# Comment to post when marking an issue as stale. Set to `false` to disable | ||
markComment: > | ||
There has been no activity in this thread for 90 days. While we care about | ||
every issue and we’d love to see this fixed, the core team’s time is | ||
limited so we have to focus our attention on the issues that are most | ||
pressing. Therefore, we will likely not be able to get to this one. | ||
However, PRs for this issue will of course be accepted and welcome! | ||
If there is no more activity in the next 90 days, this issue will be closed | ||
automatically for housekeeping. To prevent this, simply leave a reply here. | ||
Thanks! | ||
# Comment to post when closing a stale issue. Set to `false` to disable | ||
closeComment: > | ||
This issue will be closed due to lack of activity for 6 months. If you’d | ||
like this to be reopened, just leave a comment; we do monitor them! |
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,16 @@ | ||
.github/ | ||
|
||
# editor configs | ||
.idea/ | ||
.vscode/ | ||
|
||
|
||
coverage/ | ||
|
||
dist/ | ||
dll/ | ||
docs/app/docgenInfo.json | ||
docs/app/menuInfo.jso | ||
docs/build/ | ||
|
||
package.json |
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,22 @@ | ||
{ | ||
"$schema": "http://json.schemastore.org/prettierrc", | ||
"printWidth": 100, | ||
"tabWidth": 2, | ||
"semi": false, | ||
"singleQuote": true, | ||
"trailingComma": "all", | ||
"overrides": [ | ||
{ | ||
"files": ".prettierrc", | ||
"options": { | ||
"parser": "json" | ||
} | ||
}, | ||
{ | ||
"files": "*.{ts,tsx}", | ||
"options": { | ||
"semi": true | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.