diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/The-Staging-Branch.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/The-Staging-Branch.md b/docs/The-Staging-Branch.md index cfc85e5..7281c5c 100644 --- a/docs/The-Staging-Branch.md +++ b/docs/The-Staging-Branch.md @@ -1,3 +1,5 @@ +# 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. @@ -11,4 +13,4 @@ if you have a test server where you play just for fun, to try new things or do a 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.
\ No newline at end of file +The staging branch is **not** meant to be used for changes that are straightforward to be tested, even if they are important changes. |
