Skip to content
代码片段 群组 项目
提交 72b8353d 编辑于 作者: Scott Stern's avatar Scott Stern 提交者: Amy Qualls
浏览文件

Add note about community contribution when issue has not been accepted

上级 47dc8c9a
No related branches found
No related tags found
无相关合并请求
...@@ -35,12 +35,23 @@ and see the [Development section](../../index.md) for the required guidelines. ...@@ -35,12 +35,23 @@ and see the [Development section](../../index.md) for the required guidelines.
## Merge request guidelines for contributors ## Merge request guidelines for contributors
If you find an issue, please submit a merge request with a fix or improvement, if If you find an issue, please submit a merge request with a fix or improvement,
you can, and include tests. If you don't know how to fix the issue but can write a test if you can, and include tests.
that exposes the issue, we will accept that as well. In general, bug fixes that
include a regression test are merged quickly, while new features without proper If the change is non-trivial, we encourage you to
tests might be slower to receive feedback. The workflow to make a merge start a discussion with [a product manager or a member of the team](https://about.gitlab.com/handbook/product/categories/).
request is as follows: You can do
this by tagging them in an MR before submitting the code for review. Talking
to team members can be helpful when making design decisions. Communicating the
intent behind your changes can also help expedite merge request reviews.
If
you don't know how to fix the issue but can write a test that exposes the
issue, we will accept that as well. In general, bug fixes that include a
regression test are merged quickly. New features without proper tests
might be slower to receive feedback.
To create a merge request:
1. [Fork](../../user/project/repository/forking_workflow.md) the project into 1. [Fork](../../user/project/repository/forking_workflow.md) the project into
your personal namespace (or group) on GitLab.com. your personal namespace (or group) on GitLab.com.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册