diff options
| author | Patrick Lodder <[email protected]> | 2021-06-03 19:36:12 +0200 |
|---|---|---|
| committer | Patrick Lodder <[email protected]> | 2021-06-03 19:36:12 +0200 |
| commit | a485280a7596818e467bbb3efeb7d7a7384c541c (patch) | |
| tree | 1ea506afc93a00dc06ea7346c1f1143ddf46e9d5 /CONTRIBUTING.md | |
| parent | [docs] Change Refactoring policy (diff) | |
| download | discoin-a485280a7596818e467bbb3efeb7d7a7384c541c.tar.xz discoin-a485280a7596818e467bbb3efeb7d7a7384c541c.zip | |
[docs] Allow anyone to remove something dysfunctional
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 17e3b8193..0e0e93f16 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -97,7 +97,7 @@ When adding a new feature, thought must be given to the long term technical debt and maintenance that feature may require after inclusion. Before proposing a new feature that will require maintenance, please consider if you are willing to maintain it (including bug fixing). If features get orphaned with no maintainer -in the future, they may be removed by the Repository Maintainer. +in the future, they may be removed. ### Refactoring |