-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,25 @@ | ||
--- | ||
title: contributing | ||
description: "This page will describe the process and requirements to contribute to this repository" | ||
lastmod: '2021-10-27T17:32:59.526Z' | ||
--- | ||
|
||
This is how to contribute. | ||
|
||
## Prep | ||
|
||
Define and prep your development environment. | ||
|
||
## Build | ||
|
||
Build the repo using github cli, Ruby, and Jekyll. | ||
|
||
## Test | ||
|
||
Run the automated tests. | ||
|
||
## Pull Request | ||
|
||
Make a change to the contibutor page and submit a pull request | ||
|
||
Will base this on Github's documentaiton [here](https://docs.github.com/en/contributing)https://docs.github.com/en/contributing |