You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+5-6
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,21 @@
1
1
## 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).
3
3
4
4
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
6
6
2. replace the changes list in Chart.yaml with whatever changes are included in the PR
7
7
3. run helm-docs to generate an updated README and include that with your PR
8
8
9
9
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).
11
11
Before embarking on a more ambitious contribution, please get in touch.
12
12
13
13
## 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.
16
15
17
16
## Reviews
18
17
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.
20
19
Sometimes reviewers will leave a comment "LGTM" to indicate that the change "looks good to me".
0 commit comments