Skip to content

Commit 6375d0e

Browse files
authored
Add information about Gitlab
Signed-off-by: Wodsfort <wodsfort@gmail.com>
1 parent 768cf2d commit 6375d0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_articles/how-to-contribute.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ A project also has documentation. These files are usually listed in the top leve
181181
Finally, open source projects use the following tools to organize discussion. Reading through the archives will give you a good picture of how the community thinks and works.
182182

183183
* **Issue tracker:** Where people discuss issues related to the project.
184-
* **Pull requests:** Where people discuss and review changes that are in progress, whether it's to improve a contributor's line of code, grammar usage, use of images, etc. Some projects, such as [MDN Web Docs](https://github.com/mdn/content/blob/main/.github/workflows/markdown-lint.yml), use certain GitHub Action flows to automate and quicken their code reviews.
184+
* **Pull/Merge requests:** Where people discuss and review changes that are in progress, whether it's to improve a contributor's line of code, grammar usage, use of images, etc. Some projects, such as [MDN Web Docs](https://github.com/mdn/content/blob/main/.github/workflows/markdown-lint.yml), use certain GitHub Action flows to automate and quicken their code reviews.
185185
* **Discussion forums or mailing lists:** Some projects may use these channels for conversational topics (for example, _"How do I..."_ or _"What do you think about..."_ instead of bug reports or feature requests). Others use the issue tracker for all conversations. A good example of this would be [CHAOSS' weekly Newsletter](https://chaoss.community/news/)
186186
* **Synchronous chat channel:** Some projects use chat channels (such as Slack or IRC) for casual conversation, collaboration, and quick exchanges. A good example of this would be [EddieHub's Discord community](http://discord.eddiehub.org/).
187187

@@ -224,7 +224,7 @@ You can also use one of the following resources to help you discover and contrib
224224
* [First Contributions](https://firstcontributions.github.io)
225225
* [SourceSort](https://web.archive.org/web/20201111233803/https://www.sourcesort.com/)
226226
* [OpenSauced](https://opensauced.pizza/)
227-
227+
* [Gilab Explore](https://gitlab.com/explore/projects/starred)
228228
### A checklist before you contribute
229229

230230
When you've found a project you'd like to contribute to, do a quick scan to make sure that the project is suitable for accepting contributions. Otherwise, your hard work may never get a response.
@@ -307,7 +307,7 @@ Now do the same for the project's pull requests.
307307
<div class="clearfix mb-2">
308308
<input type="checkbox" id="cbox10" class="d-block float-left mt-1 mr-2" value="checkbox">
309309
<label for="cbox10" class="overflow-hidden d-block text-normal">
310-
How many open pull requests are there?
310+
How many open pull/merge requests are there?
311311
</label>
312312
</div>
313313

0 commit comments

Comments
 (0)