Killed history

This commit is contained in:
Kwoth
2021-09-06 21:29:22 +02:00
commit 7aca29ae8a
950 changed files with 366651 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
### Description
Write here a summary of the issue you're having.
### Version
- Write here whether you're using public Nadeko or hosting one yourself.
- If you are hosting, write down:
- The bot version (run the command .stats on Discord).
- Your operating system and its version.
- If you are on Windows, tell us whether you're using the updater version or the source version.
- If you are on Linux or OSX, tell us if you're hosting with tmux or pm2 or any other solution for managing processes.
### Reproduction Steps
- Describe, in detail, the steps necessary to consistently reproduce the issue.
- Preferably write the entire procedure in step-by-step instructions.
### Expected Behavior
Write here the behavior you were expecting to get from the bot.
### Actual Behavior
Write here the behavior you actually got from the bot.
### Screenshots
Include here any relevant screenshot that illustrates the issue you're having or that might help pinpoint the cause of the bug.
### Notes
Write here anything else you want to say that wasn't covered on the previous topics.

View File

@@ -0,0 +1,2 @@
GitLab is for bug reports only.
Please, head over to https://nadeko.bot/suggest to make feature requests.

View File

@@ -0,0 +1,2 @@
GitLab is for bug reports only.
Please, head over to our support server at https://invite.nadeko.bot/ and ask your question in the #help channel.

View File

@@ -0,0 +1,19 @@
### Description
Write here a summary of the change(s) you're proposing and why this merge request would be a necessary or a nice addition to the project.
### Changes Proposed
Describe, item by item, all changes you'd like to propose. Write them in a list, one proposition per line. For example:
- Adds `DoStuff()` method to service X.
- Changes `SomeMethod()` on service Y, so it can handle situation Z better.
- Added a try/catch *somewhere*, so an exception is not thrown on the console when *something* happens.
- Replaced `AMethod()` by `AnotherMethod()` in *some command* for performance reasons.
### Details
Elaborate on the major and minor changes you've made to the source code. Try to explain why you've done something in a certain way.
### Screenshots
If applicable, send us screenshots of the result of your changes.
### Notes
Write here additional considerations that weren't covered on the previous topics.