A simple guide to changing this project
- After cloning the repository, create a new branch for the changes you wish to make.
- The branch should follow the naming convention
username-changetitle
, ierileyjsumner-login-enhancements
- The branch will be deleted after the pr is confirmed
- Thouroughly detail changes that are made. If new methods are added, include javadoc compliant with our documentation standards
- If methods are modified append a new paragraph to the existing java documentation with a
@version
with the most recent release - Happy Contributing!