This is the front end interface for an AWS rekognition app built by the BYU-Idaho Cloud Solution Society.
- Feature - Add new functionality to the program
- Fix - Remove a bug or other issue, but keep the functionality the same
- Other - Does not fit into another category
Example: Feature-AddLoginPage or Fix-LoginPageBug
Write the code to add the feature or fix the bug in your new branch and test it to the best of your ability.
Go to GitHub.com, click on the "Branches" tab.
Select the branch that you would like pull into main.
Make sure that it says "This branch is X commits ahead and 0 commits behind main", then press the Contribute button and open a pull request.

Add a title and description, then select a collaborator to review your changes.
Then your changes will be pulled into main as soon as the changes are reviewed.