BradyHodge / projectArgus

The front end interface for an AWS rekognition app built by the BYU-Idaho Cloud Solution Society
1 stars 0 forks source link

projectArgus

This is the front end interface for an AWS rekognition app built by the BYU-Idaho Cloud Solution Society.

How to Contribute

1. Create a new branch following this naming scheme:

Example: Feature-AddLoginPage or Fix-LoginPageBug

2. Make the change

Write the code to add the feature or fix the bug in your new branch and test it to the best of your ability.

3. Make sure your branch is up to date with Main

Go to GitHub.com, click on the "Branches" tab. A photo showing where the GitHub branches page is. Select the branch that you would like pull into main. A photo showing how to select a branch 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. A photo showing what to look for before creating a pull request

4. Create a pull request

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