diff options
author | techknowlogick <techknowlogick@users.noreply.github.com> | 2017-11-27 02:14:34 -0500 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-11-27 09:14:34 +0200 |
commit | 8b5877265951095bbc3c9ff2727f6679ba6db247 (patch) | |
tree | 3d7c9c08be812261b5d4495494fdbab95099f611 | |
parent | 621efaa3408d86e1308a3f2f7689a58232692767 (diff) | |
download | gitea-8b5877265951095bbc3c9ff2727f6679ba6db247.tar.gz gitea-8b5877265951095bbc3c9ff2727f6679ba6db247.zip |
[ci skip] Fix #2964 Document updated proposal process (#2999)
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a49dfba365..addccde73c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,8 +50,10 @@ getting free help. The project welcomes submissions. If you want to change or add something, please let everyone know what you're working on—[file an issue](https://github.com/go-gitea/gitea/issues/new)! -Significant changes must go through the [change proposal process](https://github.com/go-gitea/proposals) -before they can be accepted. +Significant changes must go through the change proposal process +before they can be accepted. To create a proposal, file an issue with +your proposed changes documented, and make sure to note in the title +of the issue that it is a proposal. This process gives everyone a chance to validate the design, helps prevent duplication of effort, and ensures that the idea fits inside |