KO
|
EN
gitlite — search
Search
#javascript
#swift
#react
#python
#golang
#php
#ios
#html5
#android
#java
#jupyter-notebook
#linux
core
★ 37
Open GitHub ↗
Open Source Vanilla WoW Core of Elysium Project
Download README (.md)
Explore Similar Repositories
wow-vanilla-api
:
No description available.
mangos-gm-commands
:
A full list of GM commands for Vanilla WoW mangos private servers.
ShaguController
:
Adds a SteamDeck optimized UI and Keybinds to Vanilla WoW (1.12)
VanillaHelpers
:
A helper library for Vanilla WoW 1.12 that provides additional functionality.
vQueue
:
Group finder for vanilla WoW
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
core
?
Download (.md)
# Development process overview: Any development work should be done in local feature branches rather than on the main branches used for QA/live builds. For example, if you were working on a boss script, rather than committing directly to the development branch, you should first create a new branch with a descriptive name. When you have finished working on your fix or feature, you should open a pull request to allow for your code to be automatically compiled by the continuous integration system and reviewed by other developers. After receiving feedback and making any requested changes, your pull request will be squashed and merged to the development branch. Squashing your commits is to ensure that the development branch can be compiled at any point in its history as well as ensuring a clean history. The development branch is used as the basis for the QA and PTR realms. To ensure the QA team receives ample opportunity to test each set of changes, the development branch will only accept pull requests for one week before being frozen for a week, during which time only essential fixes will be accepted. Once the development branch has been tested by QA, it will be merged with the stable branch to become the next revision for the live realms. The only changes accepted to the stable branch, outside of the merge window, will be critical hotfixes to resolve game-breaking and stability issues. As with any open source project, the workflow is subject to change as we receive feedback and discover what works best for the project and its contributors.