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

fix stanford #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix stanford #26

wants to merge 1 commit into from

Conversation

alexanderthieme
Copy link
Contributor

@alexanderthieme alexanderthieme commented Feb 3, 2022

Thank you for your contribution to the CovApp repo.

Before submitting this PR, please make sure that you've checked the support and contributing notes.
</!-->

@github-actions
Copy link

github-actions bot commented Feb 3, 2022

We are following the Conventional Commit Format. Please make sure that your Pull Request title and body does conform to this format, otherwise, it might not be released. Here is a short example:

fix(webapp): correct styling in cool component
<type>[optional scope]: <description>

These are the most used types: (you can find more here)

Type Meaning Resulting Semantic Release
fix patches a bug PATCH (v1.0.0 -> v1.0.1)
feat introduces a new feature MINOR (v1.0.0 -> v1.1.0)
chore other non releasing code changes NONE (v1.0.0 -> v1.0.0

In the Pull Request Body please describe what changes for the user of the application. If the user has to do Things different than before (excluding new functionality) please include BREAKING CHANGE at the end. This will trigger a major release (v1.0.0 -> v2.0.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant