diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-06-12 14:50:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-12 14:50:58 +0200 |
| commit | f309cf79bbb032a0686b7d04feb8fec18e600a84 (patch) | |
| tree | 9ea7db08f0698ec9af213941307c83246c7b68a3 /docs/The-Staging-Branch.md | |
| parent | b2610fad21012673061f5af786b022c96625cc26 (diff) | |
| download | wiki-f309cf79bbb032a0686b7d04feb8fec18e600a84.tar.gz wiki-f309cf79bbb032a0686b7d04feb8fec18e600a84.tar.bz2 wiki-f309cf79bbb032a0686b7d04feb8fec18e600a84.zip | |
chore: file naming standard (#517)
* A
* file naming standard
Fixes #491
* Revert "A"
This reverts commit 1c225fed753554098069597a2bbcbe08213b76a1.
* rename
* Revert "rename"
This reverts commit 65fd916faf8530ce258cc2b475c93971468680fe.
* Revert "file naming standard"
This reverts commit 6ca5a703a9e9d59f9c773029e4c04bfd012b6abb.
* bye
* Hi
* Create the-staging-branch.md
* 1
* Delete how-to-create-a-PR.md
* Create how-to-create-a-pr.md
* werafgt
* Update the-modular-structure.md
* wef
Diffstat (limited to 'docs/The-Staging-Branch.md')
| -rw-r--r-- | docs/The-Staging-Branch.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/The-Staging-Branch.md b/docs/The-Staging-Branch.md deleted file mode 100644 index 7281c5c..0000000 --- a/docs/The-Staging-Branch.md +++ /dev/null @@ -1,16 +0,0 @@ -# NOTE: CURRENTLY DISABLED - -At AzerothCore, changes are submitted via PRs that are **first tested** and then merged to the `master`branch. - -However, some PRs can be hard to test. For example when a PR contains changes that potentially can affect many things. To improve our QA and make sure such modifications don't introduce bugs in the master branch, we created the `staging` branch. - -The `staging` branch: - -- is updated with the latest master branch -- contains extra changes that will be eventually added to the master branch - -if you have a test server where you play just for fun, to try new things or do any kind of experiment, then you can use the staging branch and help the project to find bugs _before_ they even get to master. - -If you open an issue report with a bug that you've found in the `staging` branch, remember to mention in the report that you are using `staging` and not `master`. - -The staging branch is **not** meant to be used for changes that are straightforward to be tested, even if they are important changes. |
