Skip to content

Commit

Permalink
Adds a note on config changes to CONTRIBUTING (#33964)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss authored and CitadelStationBot committed Jan 1, 2018
1 parent 3a8f27a commit cf978b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ This prevents nesting levels from getting deeper then they need to be.

* If you used regex to replace code during development of your code, post the regex in your PR for the benefit of future developers and downstream users.

* Changes to the `/config` tree must be made in a way that allows for updating server deployments while preserving previous behaviour. This is due to the fact that the config tree is to be considered owned by the user and not necessarily updated alongside the remainder of the code. The code to preserve previous behaviour may be removed at some point in the future given the OK by maintainers.

#### Enforced not enforced
The following coding styles are not only not enforced at all, but are generally frowned upon to change for little to no reason:

Expand Down

0 comments on commit cf978b0

Please sign in to comment.