-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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' into dev/cazamor/spec-pause-on-select
- Loading branch information
Showing
1,386 changed files
with
589,295 additions
and
29,614 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,34 +1,35 @@ | ||
--- | ||
name: Feature Request/Idea 🚀 | ||
about: Suggest a new feature or improvement (this does not mean you have to implement it) | ||
title: "Feature Request" | ||
labels: Issue-Feature | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 | ||
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: | ||
1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. | ||
2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. | ||
3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). | ||
4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. | ||
5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. | ||
All good? Then proceed! | ||
--> | ||
|
||
# Description of the new feature/enhancement | ||
|
||
<!-- | ||
A clear and concise description of what the problem is that the new feature would solve. | ||
Describe why and how a user would use this new functionality (if applicable). | ||
--> | ||
|
||
# Proposed technical implementation details (optional) | ||
|
||
<!-- | ||
A clear and concise description of what you want to happen. | ||
--> | ||
--- | ||
name: "Feature Request/Idea 🚀" | ||
about: Suggest a new feature or improvement (this does not mean you have to implement | ||
it) | ||
title: '' | ||
labels: Issue-Feature | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 | ||
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: | ||
1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. | ||
2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. | ||
3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). | ||
4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. | ||
5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. | ||
All good? Then proceed! | ||
--> | ||
|
||
# Description of the new feature/enhancement | ||
|
||
<!-- | ||
A clear and concise description of what the problem is that the new feature would solve. | ||
Describe why and how a user would use this new functionality (if applicable). | ||
--> | ||
|
||
# Proposed technical implementation details (optional) | ||
|
||
<!-- | ||
A clear and concise description of what you want to happen. | ||
--> |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
<details> | ||
<summary> | ||
:pencil2: Contributor please read this | ||
</summary> | ||
|
||
* If the items listed above are names, please add them to `.github/actions/spell-check/dictionary/names.txt`. | ||
* If they're APIs, you can add them to a file in `.github/actions/spell-check/dictionary/`. | ||
* If they're just things you're using, please add them to an appropriate file in `.github/actions/spell-check/whitelist/`. | ||
* If you need to use a specific token in one place and it shouldn't generally be used, you can | ||
add an item in an appropriate file in `.github/actions/spell-check/patterns/`. | ||
|
||
See the `README.md` in each directory for more information. | ||
</details> | ||
|
||
#### :warning: Reviewers | ||
At present, the action that triggered this message will not show its :x: in this PR unless the branch is within this repository. | ||
Thus, you **should** make sure that this comment has been addressed before encouraging the merge bot to merge this PR. |
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,20 @@ | ||
# Dictionaries are lists of words to accept unconditionally | ||
|
||
While check spelling will complain about a whitelisted word | ||
which is no longer present, you can include things here even if | ||
they are not otherwise present in the repository. | ||
|
||
E.g., you could include a list of system APIs here, or potential | ||
contributors (so that if a future commit includes their name, | ||
it'll be accepted). | ||
|
||
### Files | ||
|
||
| File | Description | | ||
| ---- | ----------- | | ||
| [Dictionary](dictionary.txt) | Primary US English dictionary | | ||
| [Chinese](chinese.txt) | Chinese words | | ||
| [Japanese](japanese.txt) | Japanese words | | ||
| [Microsoft](microsoft.txt) | Microsoft brand items | | ||
| [Fonts](fonts.txt) | Font names | | ||
| [Names](names.txt) | Names of people | |
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 @@ | ||
bitfield | ||
bitfields | ||
href | ||
IBox | ||
ICustom | ||
IMap | ||
IObject | ||
LCID | ||
NCHITTEST | ||
NCLBUTTONDBLCLK | ||
NCRBUTTONDBLCLK | ||
NOREDIRECTIONBITMAP | ||
oaidl | ||
ocidl | ||
rfind | ||
roundf | ||
SIZENS |
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,5 @@ | ||
CHINESEBIG | ||
choseong | ||
Jongseong | ||
Jungseong | ||
ssangtikeut |
Oops, something went wrong.
ac774ed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New misspellings found, please review:
To accept these changes, run the following commands
✏️ Contributor please read this
.github/actions/spell-check/dictionary/names.txt
..github/actions/spell-check/dictionary/
..github/actions/spell-check/whitelist/
.add an item in an appropriate file in
.github/actions/spell-check/patterns/
.See the
README.md
in each directory for more information.At present, the action that triggered this message will not show its ❌ in this PR unless the branch is within this repository.
Thus, you should make sure that this comment has been addressed before encouraging the merge bot to merge this PR.