Skip to content

Commit

Permalink
Merge pull request #33 from DSACMS/repolinter-files
Browse files Browse the repository at this point in the history
Add Missing Files to Satisfy Repolinter
  • Loading branch information
IsaacMilarky authored Feb 12, 2024
2 parents 70b75e4 + 82e31c6 commit a97a76e
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Support

This article explains where to get help with DSACMS/ecqm-dedupe.
Please read through the following guidelines.

We adhere to the [CMS Open Source
Policy](https://github.com/CMSGov/cms-open-source-policy). If you have any
questions, just [shoot us an email](mailto:opensource@cms.hhs.gov).

<!-- TODO: Fill out where to get support -->
## Contributions

See [`contributing.md`][contributing] on how to contribute.


## License

[CC0 1.0][license]

<!-- Definitions -->

[license]: https://creativecommons.org/publicdomain/zero/1.0/legalcode

[contributing]: CONTRIBUTING.md
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v4
- name: Install poetry
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# CHANGELOG.md

## Version 1

Features:

- Created flask frontend for dedupliFHIR interface
- Users used frontend to supply training data as well as show duplicates
- Use dedupe python library on the backend to deduplicate data


## Version 2

### Pre-Alpha

Features:
- Rewrite backend with Splink data deduplication library
- Use Click to create our CLI
- Use Faker to generate test data
- Work Started on Electron front-end to replace flask front-end
- Create GitHub CI/CD action workflow for the repo
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ An up-to-date list of core team members can be found in [MAINTAINERS.md](MAINTAI
- [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md)
- [SECURITY.md](./SECURITY.md)
- [LICENSE](./LICENSE)
- [SUPPORT.md](./.github/SUPPORT.md)

## Repository Structure

Expand Down

0 comments on commit a97a76e

Please sign in to comment.