Skip to content

Commit b3bf314

Browse files
committed
bump chart-release version and update CONTRIBUTING.md
Signed-off-by: Lee Surprenant <[email protected]>
1 parent 2ef499d commit b3bf314

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
helm repo add codecentric https://codecentric.github.io/helm-charts
3131
3232
- name: Run chart-releaser
33-
uses: helm/[email protected].0
33+
uses: helm/[email protected].1
3434
with:
3535
charts_repo_url: https://linuxforhealth.github.io/linuxforhealth-helm
3636
env:

CONTRIBUTING.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
## Contributing
2-
To contribute code or documentation, please submit a [pull request](https://github.com/alvearie/alvearie-helm/pulls).
2+
To contribute code or documentation, please submit a [pull request](https://github.com/linuxforhealth/lfh-helm/pulls).
33

44
Because we're currently configured to do a release each time we merge to main, each PR will need to include the following changes:
5-
1. bump the chart version at https://github.com/Alvearie/alvearie-helm/blob/main/charts/fhir-server/Chart.yaml#L4
5+
1. bump the chart version at https://github.com/linuxforhealth/lfh-helm/blob/main/charts/fhir-server/Chart.yaml#L4
66
2. replace the changes list in Chart.yaml with whatever changes are included in the PR
77
3. run helm-docs to generate an updated README and include that with your PR
88

99
A good way to familiarize yourself with the codebase and contribution process is
10-
to look for and tackle low-hanging fruit in the [issue tracker](https://github.com/alvearie/alvearie-helm/issues).
10+
to look for and tackle low-hanging fruit in the [issue tracker](https://github.com/linuxforhealth/lfh-helm/issues).
1111
Before embarking on a more ambitious contribution, please get in touch.
1212

1313
## Communication
14-
Connect with us through https://alvearie.slack.com or open an [issue](https://github.com/alvearie/alvearie-helm/issues).
15-
Access to the Alvearie Slack can be requested at https://alvearie.io/contributions/requestSlackAccess.
14+
Open an [issue](https://github.com/linuxforhealth/lfh-helm/issues) or connect with us through https://chat.fhir.org/#narrow/stream/212434-LinuxForHealth.
1615

1716
## Reviews
1817
The project maintainers use [GitHub reviews](https://github.com/features/code-review) to indicate acceptance.
19-
A change requires approval from one or more maintainers for each component affected.
18+
A change requires approval from one or more maintainers.
2019
Sometimes reviewers will leave a comment "LGTM" to indicate that the change "looks good to me".
2120

2221
## Legal

0 commit comments

Comments
 (0)