-
Notifications
You must be signed in to change notification settings - Fork 95
Formatting and repo stuff #1036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 4 commits
d640b72
2464054
d141308
c812499
ea6531c
73ee058
fe74f6d
78650cf
d7e58b5
e91789e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| root = true | ||
|
|
||
| [*] | ||
| charset = utf-8 | ||
| indent_size = 4 | ||
| indent_style = space | ||
| insert_final_newline = false | ||
|
NoComment1105 marked this conversation as resolved.
Outdated
|
||
| trim_trailing_whitespace = true | ||
| max_line_length = 120 | ||
|
|
||
| [{*.yml,*.yaml}] | ||
| indent_size = 2 | ||
|
|
||
| [*.json] | ||
| tab_width = 8 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. are you sure that this isn't a bit much? or is that not the size of 8 spaces?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It seems I misread the standard conventions while reasearching. I have replaced it with |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| *.bat text eol=crlf |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,68 @@ | ||
| name: Bug Report | ||
| description: Something is broken or doesn't work as expected! | ||
| title: '[BUG]: ' | ||
| labels: bug | ||
|
|
||
| body: | ||
| - type: checkboxes | ||
| attributes: | ||
| label: Is there an existing issue on the tracker? | ||
| description: Please search to see if an issue report already exists for the bug you encountered | ||
| options: | ||
| - label: I have searched the issue tracker | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Current Behavior | ||
| description: A description of what is happening | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Expected Behavior | ||
| description: A description of what you expected to happen | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Reproduction steps | ||
| description: Steps to reproduce the behavior | ||
| placeholder: | | ||
| 1. In this environment | ||
| 1. With this setup | ||
| 1. Run '...' | ||
| 1. See error/unexpected behavior | ||
| validations: | ||
| required: false | ||
| - type: textarea | ||
| attributes: | ||
| label: Code snippet | ||
| description: If you can, please provide a snippet of the code that produces this error | ||
| placeholder: This area will format the code to Kotlin, no need for backticks! | ||
| renderer: kotlin | ||
| validations: | ||
| required: false | ||
| - type: textarea | ||
| attributes: | ||
| label: Environment | ||
| description: | | ||
| example: | ||
| - **Kord Version**: 0.17.0 | ||
| - **Kotlin Version**: 2.3.0 | ||
| - **Gradle Version**: 9.3.0 | ||
| value: | | ||
| - Kord Version: | ||
| - Kotlin Version: | ||
| - Gradle Version: | ||
| renderer: markdown | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Anything else? | ||
| description: | | ||
| Links? References? Anything that will give us more information about the issue you're encountering! | ||
|
|
||
| Tip: You can attach images or log files by clicking this area to highlight it and dragging files in. | ||
| validations: | ||
| required: false |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: Join the Kord Discord for support! | ||
| url: https://discord.gg/6jcx5ev | ||
| about: If you're looking for support, it's easier to receive the support through our Discord Server. If you're | | ||
| not looking for support, please check for a duplicate of your issue, before opening a report. Thanks! |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| name: Feature Request | ||
| description: Suggest an idea for the project | ||
| title: '[FEAT]: ' | ||
| labels: enhancement | ||
|
|
||
| body: | ||
| - type: checkboxes | ||
| attributes: | ||
| label: Is there an existing request on the tracker? | ||
| description: Please search to see if an feature request already exists for the feature you are requesting | ||
| options: | ||
| - label: I have searched the issue tracker | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Is your feature request related to a problem? | ||
| description: A clear and concise description of what the problem is, e.g. I'm always frustrated when... | ||
| validations: | ||
| required: false | ||
| - type: textarea | ||
| attributes: | ||
| label: Describe the solution you'd like | ||
| description: A clear and concise description of what you want to happen | ||
| validations: | ||
| required: false | ||
| - type: textarea | ||
| attributes: | ||
| label: Describe alternatives you've considered. | ||
| description: A alternatives you have to counteract this missing feature | ||
| validations: | ||
| required: false | ||
| - type: textarea | ||
| attributes: | ||
| label: Anything else? | ||
| description: | | ||
| Links? References? Anything that will give us more information on the feature you're requesting | ||
|
|
||
| Tip: You can attach images or log files by clicking this area to highlight it and dragging files in. | ||
| validations: | ||
| required: false |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| ## Description: | ||
|
|
||
| <!-- Please provide a description of what your PR does --> | ||
|
|
||
| --- | ||
|
|
||
| ## Type of Change: | ||
|
|
||
| - [ ] Bug Fix | ||
| - [ ] New Feature | ||
| - [ ] Breaking change | ||
| - [ ] Documentation | ||
| - [ ] Dependencies/Buildscript updates | ||
| - [ ] Other: <!-- Please specify--> | ||
|
|
||
| --- | ||
|
|
||
| ## PR Checklist | ||
|
|
||
| #### Please ensure these are all checked before opening a pull request | ||
|
|
||
| - [ ] I have checked for any PRs that already exist for this issue. | ||
| - [ ] I have followed | ||
| the [contributor guidelines](https://github.com/kordlib/kord/blob/main/CONTRIBUTING.md). | ||
| - [ ] I have tested my code to the best of my ability. | ||
|
|
||
| --- | ||
|
|
||
| ## Related issues | ||
|
|
||
| <!-- Please add the number of any issues related to this PR. If non exist, please remove this section. --> |
Uh oh!
There was an error while loading. Please reload this page.