This is an example repository. Please clone all newly repositories from this one.
We will update this overtime to adjust for changing requirements.
Please always clone from main
.
Avoid commiting sensitive information.
- Install awslabs/git-secrets
- Follow the setup instructions
To get up and running quick, you'll find annotated the major setup parts with
variables to do a quick replace in folder
. Below are all mentioned
annotations with their description.
Document | Name | Description | Example |
---|---|---|---|
CHANGELOG.md | $CL_VERSION | SemVer of Change | 0.0.1 |
CHANGELOG.md | $CL_DATE | Date of Change (yyyy-mm-dd) | 2020-01-01 |
CHANGELOG.md | $CL_RELEASE_COMPARE_LINK | Compare link to previous version | compare/v1.0...v1.1 |
CHANGELOG.md | $CL_COMPARE_LINK | Compare link to last major | compare/v1.5.1...v1x |
CODEOWNERS | $CO_GITHUB_HANDLE | Your Github @handle | @StructFi |
README.md | $RM_REPOSITORY_NAME | Name of the Repository | Example Repository |
README.md | $RM_YOUR_NAME | Your Name | John Doe |
README.md | $RM_YOUR_EMAIL | Your StructFi Email | john.doe@struct.fi |
README.md | $RM_DESCRIPTION | Repository Description | Example Repository Layout |
SECURITY.md | $SE_YOUR_NAME | Your Name | John Doe |
SECURITY.md | $SE_YOUR_EMAIL | Your StructFi Email | john.doe@struct.fi |
Please update to match your projects requirements.
Adjust CODESTYLE.md if you are not using JavaScript.
Modify GOLIVE.md to match your go-live requirements.
Before the initial push, please rename master
to main
.
git branch -M main
Once all done delete SETUP.md
Push and Enjoy.