mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
Killed history
This commit is contained in:
26
.gitlab/issue_templates/Bug.md
Normal file
26
.gitlab/issue_templates/Bug.md
Normal 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.
|
2
.gitlab/issue_templates/Feature_Request.md
Normal file
2
.gitlab/issue_templates/Feature_Request.md
Normal file
@@ -0,0 +1,2 @@
|
||||
GitLab is for bug reports only.
|
||||
Please, head over to https://nadeko.bot/suggest to make feature requests.
|
2
.gitlab/issue_templates/Question.md
Normal file
2
.gitlab/issue_templates/Question.md
Normal 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.
|
19
.gitlab/merge_request_templates/Merge_Request.md
Normal file
19
.gitlab/merge_request_templates/Merge_Request.md
Normal 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.
|
Reference in New Issue
Block a user