<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ohcnwiki.tellmey.fyi/index.php?action=history&amp;feed=atom&amp;title=Contributing</id>
	<title>Contributing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://ohcnwiki.tellmey.fyi/index.php?action=history&amp;feed=atom&amp;title=Contributing"/>
	<link rel="alternate" type="text/html" href="https://ohcnwiki.tellmey.fyi/index.php?title=Contributing&amp;action=history"/>
	<updated>2026-07-06T03:55:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.4</generator>
	<entry>
		<id>https://ohcnwiki.tellmey.fyi/index.php?title=Contributing&amp;diff=195&amp;oldid=prev</id>
		<title>Admin: OHC identity seed</title>
		<link rel="alternate" type="text/html" href="https://ohcnwiki.tellmey.fyi/index.php?title=Contributing&amp;diff=195&amp;oldid=prev"/>
		<updated>2026-07-04T23:07:11Z</updated>

		<summary type="html">&lt;p&gt;OHC identity seed&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Doc header&lt;br /&gt;
|type=guide&lt;br /&gt;
|domain=contributing&lt;br /&gt;
|title=Contributing to Care&lt;br /&gt;
|order=1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Care is an open-source Electronic Medical Record (EMR) platform for managing patients, health workers, and hospitals. It is built and maintained in the open, and contributions of every kind are welcome — code, documentation, bug reports, and translations.&lt;br /&gt;
&lt;br /&gt;
This guide is for developers who want to run Care locally, understand how it fits together, and submit changes back upstream.&lt;br /&gt;
&lt;br /&gt;
{{Tip|title=New here?|1=If you&amp;#039;re looking for product or operator documentation rather than the contributor workflow, start at the [[Documentation|core documentation home]].}}&lt;br /&gt;
&lt;br /&gt;
== The two repositories ==&lt;br /&gt;
&lt;br /&gt;
Care is split across two repositories under the [&amp;lt;nowiki/&amp;gt;https://github.com/ohcnetwork &amp;lt;code&amp;gt;ohcnetwork&amp;lt;/code&amp;gt;] GitHub organization:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Repository&lt;br /&gt;
! Stack&lt;br /&gt;
! What it is&lt;br /&gt;
|-&lt;br /&gt;
| [&amp;lt;nowiki/&amp;gt;https://github.com/ohcnetwork/care &amp;lt;code&amp;gt;ohcnetwork/care&amp;lt;/code&amp;gt;]&lt;br /&gt;
| Django REST Framework (Python)&lt;br /&gt;
| The backend — the API, data model, and business logic for patients, facilities, and users.&lt;br /&gt;
|-&lt;br /&gt;
| [&amp;lt;nowiki/&amp;gt;https://github.com/ohcnetwork/care_fe &amp;lt;code&amp;gt;ohcnetwork/care_fe&amp;lt;/code&amp;gt;]&lt;br /&gt;
| React + TypeScript&lt;br /&gt;
| The frontend — the web application that talks to the backend API.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The frontend is a separate app that points at a running backend, so most full-stack work involves running both repositories side by side.&lt;br /&gt;
&lt;br /&gt;
== How this guide is organized ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Local development&amp;#039;&amp;#039;&amp;#039; — get each side of the stack running on your machine:&lt;br /&gt;
** [[Contributing/Local development/Backend setup|Backend setup]] — the Django REST Framework API.&lt;br /&gt;
** [[Contributing/Local development/Frontend setup|Frontend setup]] — the React + TypeScript app.&lt;br /&gt;
** [[Contributing/Local development/Nix development environment|Nix dev environment]] — a reproducible, all-in-one development shell.&lt;br /&gt;
* [[Contributing/Plugin system|&amp;#039;&amp;#039;&amp;#039;Plugins&amp;#039;&amp;#039;&amp;#039;]] — extend Care with pluggable apps without forking it.&lt;br /&gt;
* [[Contributing/Contribution workflow|&amp;#039;&amp;#039;&amp;#039;Contribution workflow&amp;#039;&amp;#039;&amp;#039;]] — branching, pull requests, reviews, and how changes get merged.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
You should be comfortable with:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Git and GitHub&amp;#039;&amp;#039;&amp;#039; — cloning, branching, and opening pull requests.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Basic web development&amp;#039;&amp;#039;&amp;#039; — running a local dev server and editing application code.&lt;br /&gt;
&lt;br /&gt;
You don&amp;#039;t need prior healthcare-domain knowledge to make your first contribution. The local-development guides cover the language- and tooling-specific setup for each repository.&lt;br /&gt;
&lt;br /&gt;
== Where to get help ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Community Slack&amp;#039;&amp;#039;&amp;#039; — join the OHC community at [&amp;lt;nowiki/&amp;gt;https://slack.ohc.network slack.ohc.network] to ask questions and reach maintainers.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Good first issues&amp;#039;&amp;#039;&amp;#039; — browse issues labelled [&amp;lt;nowiki/&amp;gt;https://github.com/ohcnetwork/care/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 &amp;lt;code&amp;gt;good first issue&amp;lt;/code&amp;gt;] or [&amp;lt;nowiki/&amp;gt;https://github.com/ohcnetwork/care/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22 &amp;lt;code&amp;gt;help wanted&amp;lt;/code&amp;gt;] for a curated starting point. Comment on an issue to let maintainers know you&amp;#039;re picking it up.&lt;br /&gt;
&lt;br /&gt;
{{Note|title=Code of Conduct|1=All participation in the Care community is governed by the [&amp;lt;nowiki/&amp;gt;https://github.com/ohcnetwork/care/blob/develop/CODE_OF_CONDUCT.md Contributor Covenant Code of Conduct]. Please read it before contributing.}}&lt;br /&gt;
&lt;br /&gt;
{{Related}}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>