Skip to content

Commit

Permalink
chore: update readme link to docs site and PR template (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj authored Oct 23, 2024
1 parent b8e2239 commit bbe9801
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Description

[description]
<!-- DESCRIPTION -->

medic/sync#[number]
<!-- ISSUE NUMBER -->

# Code review checklist
<!-- Remove or comment out any items that do not apply to this PR; in the remaining boxes, replace the [ ] with [x]. -->
Expand All @@ -13,4 +13,4 @@ medic/sync#[number]

# License

The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.
The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@
CHT Sync is an integrated solution designed to enable data synchronization between CouchDB and PostgreSQL for the purpose of analytics. Read more detail on the [CHT docs site](https://docs.communityhealthtoolkit.org/core/overview/cht-sync/).

## Using
See the [CHT docs site](https://docs.communityhealthtoolkit.org/apps/guides/data/analytics/setup)!

See the [CHT docs site](https://docs.communityhealthtoolkit.org/hosting/analytics/)!

## Testing
See [testing](TESTING.md).

See [testing](TESTING.md).

## Release Process

This repo has an automated release process where each feature/bug fix will be released immediately after it is merged to `main`. The release type is determined by the commit message format. Have a look at the development workflow in the [Contributor Handbook](https://docs.communityhealthtoolkit.org/contribute/code/workflow/) for more information.

### Commit message format

The commit format should follow the convention outlined in the [CHT docs](https://docs.communityhealthtoolkit.org/contribute/code/workflow/#commit-message-format).
1 change: 1 addition & 0 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ In order to run these end-to-end tests locally, follow the steps below:
```sh
npm ci
```

2. Run the `couch2pg` unit tests:

```sh
Expand Down

0 comments on commit bbe9801

Please sign in to comment.