Background | Licenses | Types of MERL Center content | For MERL Center Members | Contact
The MERL Center is an interdisciplinary community that is creating resources for monitoring, evaluation, research and learning (MERL) practitioners to understand if, how, and when to use open source solutions. The MERL Center is a part of the larger MERL Tech community and was organized and funded by GitHub's Social Impact, Tech for Social Good team. You can read more about the MERL Center here. As of May 2023, the MERL Center is a project of Civic Tech Structure, Inc. a 501(c)(3).
This is the public repository of the MERL Center on which learning content and the website code for the MERL Center website are hosted. MERL Center members collaborate on the MERL Tech GitHub organization (account) through two repos(itories) - this public repo and a repo that is only for members. Anyone who wants to propose and contribute a new piece of learning content must go through a basic onboarding process and become a MERL Center member. Becoming a MERL Center member is free and quick, though we ask MERL Center members have at least one year of professional experience related to MERL and/or open source. Currently, only MERL Center members can propose changes to content. This may change in the future to allow anyone to propose changes. Anyone with access to GitHub has read-only access to everything on this repo.
If you'd like to become a MERL Center member, please fill out this form. We ask you have at least one year of professional experience related to MERL and/or open source.
Content found on this repo can also be found at https://merlcenter.org.
- Learning Content (see below) found in this repository is under the CC-BY-4.0 license
- Code found in this repository is under the MIT license
Learning content currently refers to case studies or guides found at https://merlcenter.org
- Text - text that is exclusively or primarily for a case study or a guide
- Images - charts, graphs, screenshots, photos that are exclusively or primarily for a case study or a guide
- Code - code that is exclusively or primarily part of a case study or a guide
- Front-end or back-end code for https://merlcenter.org
You need the correct permissions level (access) to follow the steps below. Contact themerlcenter@gmail.com if you're a MERL Center member without access. Your piece of content must have completed these steps before being submitted to this repo. Note that file is only visible to MERL Center members.
Here's a markdown formatting guide
The following steps are for the browser version of GitHub:
- Click on the Code tab at the top of the screen
- Click on the
_guides
or_caseStudies
sub-directory (folder), depending on the type of content you're submitting - At the top right, click the
Add file
button, thenCreate new file
if you don't already have a markdown file created. ClickUpload file
if you do already have a markdown file created. - Add your title of your file in the following format:
YYYY-MM-DD-this-is-my-title.md
. A real example is 2021-04-23-Dispelling-myths-qualifying-assumptions.md, which appears on the website at https://merlcenter.org/guides/Dispelling-myths-qualifying-assumptions - Add your
frontmatter
, which is the information that needs to appear at the top, to the file. Click the pencil icon on this file
and copy the text highlighted below in blue into your post.
- Below the dotted line, add the body of your content that is formatted in markdown. Here's a markdown cheat sheet to help you format.
- Click the
Commit changes
button to submit your file. This will open a pull request and automatically assign theCodeOwners
team (Editors team) to review and merge your pull request. - Someone from the CodeOwners team (Editors team) may request you make changes before they merge your pull request. To do so, click on the
Pull requests
tab at the top, click on your pull request, then click on the three dots by your file to edit directly. Once you edit, you'll have two options in theCommit changes
dialogue: push those changes to the same pull request or create another branch, which you can think of as a pull request to a pull request.
- After your pull request has been merged, your content will be live on the repo immediately and on the MERL Center website shortly.
- Navigate to the piece of learning content you wish to edit by following the first two steps above
- Click the pencil icon indicated below
- Make your changes and click the
Commit changes
button. This will open a pull request and automatically assign theCodeOwners
team (Editors team) to review. You can also assign a specific individual you want to review your changes, such as the author of the original post. - After your pull request has been merged, your content will be live on the repo immediately and on the MERL Center website shortly. The CodeOwner (editor) may request changes before merging.
- One or more authors
- One or more tags
- Featured image or no featured image
- Featured images will appear as the learning content piece thumbnail
- The aspect ratio of featured images will be retained
- Larger photos (more than 1000 x 1000 px) may appear blurry
- If there is no featured image listed, the default MERL Center logo will appear on the website as the thumbnail
- Use a descriptive title for your image using lowercase (no caps) and no spaces. Use -dashes- if you need to separate words in the image file name. Example: this-is-my-image-file.png
- Click on the Code tab at the top of the screen
- Click on
assets
,img
,posts
- Drag your picture in OR at the top, click on
Add file
and thenUpload files
. Upload your file and clickCommit changes
- To add a feature image, copy and paste the name of your image file in the
featuredImage:
field. For example:
featuredImage: building-open-source-conceptual-model1.png
- To add an image in the body of your learning content, use this -
![Description of your image](/assets/img/posts/name-of-your-image-file.png)
- where the part after /posts is the name of your image file.
Note that despite CodeOwners
containing the word "code", the MERL Center uses CodeOwners
to review and merge pull requests on text files.
CodeOwners
are automatically assigned to pull requests (proposed changes) made to files in a particular sub-directory (folder). This removes the guess work on who should edit a piece of learning content. You can read about CodeOwners
generally here and view the MERL Center CodeOwners
file here. Contact themerlcenter@gmail.com if you want to be added to the CodeOwners
(Editors) team.
Types of Contributions | Non-MERL Center Members | MERL Center Writer | MERL Center Editor** | MERL Center Admin | GitHub Teams Names |
---|---|---|---|---|---|
Read-only Learning Content | X | X | X | X | Anyone with access to GitHub |
Propose Learning Content changes through pull requests | -- | X | X | X | merl-center-lc-writers, merl-center-lc-editors, merl-center-public-admins |
Approve and merge Learning Content changes | -- | -- | X | X | merl-center-lc-editors, merl-center-public-admins |
Read-only Web Code | X | X | X | X | Anyone with access to GitHub |
Propose (limited) Web Code changes through pull requests | -- | X | X | X | merl-center-public-admins |
Approve and merge (limited) Web Code changes | -- | -- | -- | X | merl-center-public-admins |
Change Repo settings | -- | -- | -- | X | merl-center-public-admins |
- Permissions levels are a work-in-progress and should be fully implemented by October 2021
- MERL Center Editors are the same as the
CodeOwners
teams (see above)
Only admins are allowed to make most changes to the MERL Center website. Below is a list of things any MERL Center writer or editor can do.
- Consult with the MERL Center admins to propose a tag
- Go to https://github.com/merlcenter/MERL-Center-public/blob/main/_data/tags.yml
- Follow the steps above to make a pull request and add your tag
more coming
Email themerlcenter@gmail.com with feedback or questions, or open an issue.