Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 12 additions & 23 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
---
layout: default
---

# Contributing to Open Source Guides
forma: praedefinitaforma: praedefinita

Thanks for checking out the Open Source Guides! We're excited to hear and learn from you. Your experiences will benefit others who read and use these guides.
# Contributio ad Duces Fontis Aperti

We've put together the following guidelines to help you figure out where you can best be helpful.
Gratias tibi ago quod Duces Fontis Aperti inspexisti! Libenter te audimus et a te discimus. Experientiae tuae aliis qui legunt et utuntur proderunt.

## Table of Contents
## Index Rerum## Index Rerum

0. [Types of contributions we're looking for](#types-of-contributions-were-looking-for)
0. [Ground rules & expectations](#ground-rules--expectations)
0. [How to contribute](#how-to-contribute)
0. [Style guide](#style-guide)
0. [Setting up your environment](#setting-up-your-environment)
0. [Community](#community)
[Genera contributionum quae quaerimus](#genera-contributionum-quae-quaerimus)
[Regulae fundamentales et exspectationes](#regulae-fundamentales--exspectationes)
[Quomodo contribuere](#quomodo-)

## Types of contributions we're looking for

Expand All @@ -30,11 +24,7 @@ Interested in contributing to this Open Source Guide? Read on!

Before we get started, here are a few things we expect from you (and that you should expect from others):

* Be kind and thoughtful in your conversations around this project. We all come from different backgrounds and projects, which means we likely have different perspectives on "how open source is done." Try to listen to others rather than convince them that your way is correct.
* Open Source Guides are released with a [Contributor Code of Conduct](./CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms.
* Please ensure that your contribution passes all tests if you open a pull request. If there are test failures, you will need to address them before we can merge your contribution.
* When adding content, please consider if it is widely valuable. Please don't add references or links to things you or your employer have created, as others will do so if they appreciate it.

* In sermonibus tuis de hoc incepto, benignus et attentus esto. Omnes ex diversis originibus et inceptis venimus, quod significat nos verisimiliter diversas opiniones habere de "quomodo fons liber fiat."
## How to contribute

If you'd like to contribute, start by searching through the [pull requests](https://github.com/github/opensource.guide/pulls) to see whether someone else has raised a similar idea or question.
Expand All @@ -51,11 +41,11 @@ If you don't see your idea listed, and you think it fits into the goals of this

## Style guide

If you're writing content, see the [style guide](./docs/styleguide.md) to help your prose match the rest of the guides.
Si scribis, vide [indicem styli](./docs/styleguide.md) ut prosa tua cum reliquis indicibus congruat.Si scribis, vide [indicem styli](./docs/styleguide.md) ut prosa tua cum reliquis indicibus congruat.

## Setting up your environment
## Ambitum tuum constituens

This site is powered by [Jekyll](https://jekyllrb.com/). Running it on your local machine requires a working [Ruby](https://www.ruby-lang.org/en/) installation with [Bundler](https://bundler.io/) along with [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
Hic situs a [Jekyll](https://jekyll) potentiam praebet.

Once you have that set up:

Expand All @@ -77,6 +67,5 @@ chmod +x script/server

## Community

Discussions about the Open Source Guides take place on this repository's [Pull Requests](https://github.com/github/opensource.guide/pulls) section. Anybody is welcome to join these conversations.
Discussions about the Open Source Guides take place on this repository's [Pull Requests](https://github.com/github/opensource.guide/pulls) section. Anyone is welcome to join these conversations.Discussions about the Open Source Guides take place on this repository's [Pull Requests](https://github.com/github/opensource.guide/pulls) section. Anyone is welcome to join these conversations.

Wherever possible, do not take these conversations to private channels, including contacting the maintainers directly. Keeping communication public means everybody can benefit and learn from the conversation.