Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Best Practices #1474

Merged
merged 10 commits into from
Jun 21, 2024
1 change: 1 addition & 0 deletions BEST-PRACTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ We're glad you're considering contributing to SUSHI! Below are a few best practi
## Before contributing

Before contributing a feature or a bugfix, we recommend creating a GitHub issue if one does not exist. This allows the community to provide feedback on why an issue may be occurring or provide additional insight into a suggested feature.
When creating a GitHub issue, include a description of the feature or bug, any steps needed to demonstrate the issue, and any links to relevant discussion threads on [Zulip](https://chat.fhir.org).
cmoesel marked this conversation as resolved.
Show resolved Hide resolved

If a GitHub issue already exists for what you are planning to contribute, we recommend commenting on the issue to indicate that you are working on an implementation to avoid duplication of work.

Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ When submitting a bug report, please try to provide as much detail as possible.
- relevant outputs
- any other information you deem relevant

When creating or contributing to an issue, please include a link to any relevant discussion threads on [Zulip](https://chat.fhir.org) (see below).
cmoesel marked this conversation as resolved.
Show resolved Hide resolved

Please note that the GitHub issue tracker is _public_; any issues you submit are immediately visible to everyone. For this reason, do _not_ submit any information that may be considered sensitive.

## Zulip
Expand Down
Loading