Skip to content

mugSans/Miki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Miki Repository

lol oily fucked up
Below you will find a basic workflow of how the branches should work. Please follow this to prevent bad merge conflicts on Miki and things constantly breaking.

Table of contents

Workflow for branches

Dependencies

Useful links

Workflow for Branches

  • Pull the latest changes from the master branch.
  • Create a new working branch based off the last commit from the master branch.
    • Branches should be named as follows:
      • update_name: For LARGE updates that will take a while to update. Smaller hotfix updates will be merged into this if they are released before the large update.
        • (e.g., update_v2.0.1)
      • hf_name: For SMALLER hotfix updates that will be pushed out before larger updates are completed. These will be merged back into master AND the update branches whenever they are released.
        • (e.g., hf_fixmarrycommand)
      • helper_name_date: For helper-related changes (such as cleaning up code, web documentation updates, etc), that need to be approved by Veld before they can be merged into any other branches.
        • (e.g., helper_veld_201610 or helper_documentation_201610)
  • Make your changes in the branch you have just created.
  • Commit those changes, and then push the branch to the remote git repository.
  • When changes are approved, and are ready for release, the branch will be merged into the master branch.
    • Note: The working branch at this time will be deleted from the repository.

Dependencies

The following dependencies are mostly gotten from nuget, I'll link a github source repo otherwise.

  • Entity Framework 6.0
  • Discord.Net
  • IA (source)
  • IA.SDK (source)
  • Imgur.API
  • Newtonsoft.Json

Useful links

Bot invite: https://discordapp.com/oauth2/authorize?&client_id=160185389313818624&scope=bot
Documentation: https://github.com/velddev/Miki/wiki
Issues: https://github.com/velddev/Miki/issues
Patreon: https://www.patreon.com/mikibot
Support server: https://discord.gg/55sAjsW
Trello: https://trello.com/b/4Mgl8nBa/miki

Feature requests

Feature Requests

About

Miki Discord Bot

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%