Skip to content

Commit

Permalink
✨ Added release section to contrib guide
Browse files Browse the repository at this point in the history
  • Loading branch information
znatty22 committed Jul 9, 2024
1 parent 1dfc356 commit 230d7cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/contributing.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# 👩‍💻 Contributor's Guide

## Software Development Lifecycle
## 🔁 Software Development Lifecycle

### Overview
This project uses [Github Flow](https://docs.github.com/en/get-started/using-github/github-flow)
Expand Down Expand Up @@ -105,9 +105,9 @@ The git log for this branch shows 5 seperate commits

$ git log

:sparkles: New birth sex field
:sparkles: New birth sex extension

:recycle: Change type
:recycle: Change data type

:recycle: Change values in ValueSet

Expand All @@ -126,8 +126,8 @@ individual commit messages to preserve history.
$ git log

Merge pull request #19 from ncpi/add-patient-birth-sex
:sparkles: New birth sex field
:recycle: Change type
:sparkles: New birth sex extension
:recycle: Change data type
:recycle: Change values in ValueSet
:bug: Fix typo in ValueSet
:bug: Fix another typo in ValueSet
Expand All @@ -137,7 +137,7 @@ Merge pull request #19 from ncpi/add-patient-birth-sex

### Release

## TODO - Getting Started - Developers
## TODO 🛠️ Getting Started - Developers

### Setup Dev Environment

Expand Down

0 comments on commit 230d7cd

Please sign in to comment.