Skip to content

Commit

Permalink
Word wrap fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Jan 17, 2025
1 parent 1de5088 commit b8ab238
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/01. problem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! Make sure you are reporting that something is wrong with the library and should be fixed.
If you are requesting a feature, please do not use this template; if it has something to do with the documentation, please go to the [documentation repo](https://github.com/iNKORE-NET/Documentation/issues/new/choose) instead.
Keep in mind that fields without a red asterisk are all optional.
Thanks for taking the time to fill out this bug report! Make sure you are reporting that something is wrong with the library and should be fixed. If you are requesting a feature, please do not use this template; if it has something to do with the documentation, please go to the [documentation repo](https://github.com/iNKORE-NET/Documentation/issues/new/choose) instead. Keep in mind that fields without a red asterisk are all optional.
> [!WARNING]
> ## If you are Chinese, or going to fill out this form with Chinese, please read the notice below. Or you can straightly go forward to the first question.
Expand Down
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/02. feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request! By taking this form, you're asking for a new feature, improvement or other requests to the project.
If you're looking to report a bug, or ask for a project issue, please use the appropriate template; if it has something to do with the documentation,
please go to the [documentation repo](https://github.com/iNKORE-NET/Documentation/issues/new/choose) instead.
Keep in mind that fields without a red asterisk are all optional.
Thanks for taking the time to fill out this feature request! By taking this form, you're asking for a new feature, improvement or other requests to the project. If you're looking to report a bug, or ask for a project issue, please use the appropriate template; if it has something to do with the documentation, please go to the [documentation repo](https://github.com/iNKORE-NET/Documentation/issues/new/choose) instead. Keep in mind that fields without a red asterisk are all optional.
> [!WARNING]
> ## If you are Chinese, or going to fill out this form with Chinese, please read the notice below. Or you can straightly go forward to the first question.
Expand Down
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"[yaml]":
{
"editor.wordWrap": "on"
}
}

0 comments on commit b8ab238

Please sign in to comment.