Skip to content
Snippets Groups Projects
Commit fec915bc authored by 🚄 Job van der Voort 🚀's avatar 🚄 Job van der Voort 🚀
Browse files

Merge branch 'adding_to_contributing' into 'master'

Adding to contributing regarding merge request items

Fixes #241

See merge request !569
parents bbfe3309 f26596c9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -20,7 +20,7 @@ extra_css:
<div class="row">
<div class="col-sm-6">
<a href="https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md">
<div class="link-box">
<div class="link-box single">
<h4>Contributing Guidelines</h4>
If you want to contribute to GitLab, make sure to read and follow the contributing guidelines.
</div>
Loading
Loading
@@ -36,7 +36,8 @@ extra_css:
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<a href="http://feedback.gitlab.com/">
<div class="link-box">
Loading
Loading
@@ -48,12 +49,25 @@ extra_css:
 
<div class="col-sm-6">
<a href="/development/">
<div class="link-box">
<div class="link-box single">
<h4>Sponsor the development of new features</h4>
If you want us to implement a certain feature, you can sponsor us to do so.
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<a href="http://feedback.gitlab.com/forums/176466-general/status/796455">
<div class="link-box">
<h4>Accepting Merge/Pull Requests</h4>
You can find out if we are accepting merge requests for certain suggestion features here.
</div>
</a>
</div>
</div>
</div>
</div>
</div>
Loading
Loading
@@ -49,4 +49,8 @@ h1, h2, h3, h4, h5, button, a {
 
.container-contributing {
padding: 7%;
}
\ No newline at end of file
}
.single {
padding-bottom: 37px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment