-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Contributing to Sanitize | ||
|
||
Contributions are welcome! | ||
|
||
Sanitize is a mature project, and our primary focus is ensuring stability and security while keeping the maintenance burden low. Before you spend time on a contribution, please read the following guidelines. | ||
|
||
- Bug fixes are always appreciated! | ||
|
||
- New features and major changes are unlikely to be accepted. Please keep this in mind before spending significant time on something. | ||
|
||
- Please include unit tests for all changes. | ||
|
||
At this time, we're not interested in contributions that expand the included default, basic, relaxed, or restricted configs. | ||
|
||
While we may improve the included configs from time to time, they're primarily intended to serve as examples or baselines on which users can base their own custom configs. If you have a need that isn't met by these configs, the best thing to do is to create a custom config for your own use. |