You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Established Continuous Integration Pipeline
The team has established a continuous integration system, this will automatically check new code additions to ensure they do not adversely affect the existing project. This includes automated linting and tests that were set up in the .github/workflows/ci.yml.
Ignored Unnecessary Files
Our ".gitignore" file, which essentially tells us what local files we do not want to upload to the repository, has been updated. Now it will overlook directories and patterns such as runtime/, .aeos/, and *.log.
Defined Branching Protocol
A new file named BRANCHING.md has been added which stipulates our branching strategy. This involves set policies, naming conventions, and certain operations, which are not allowed on branches.
Initiated Architecture Documentation
The team has taken a step towards clearer code structure by implementing docs/architecture/README.md. This will provide others insight into the layout of the system's different components.
Introduced Operations and Quality Control Documentation
To streamline the merging process, new documents docs/operations/README.md and quality-gates.md have been added. These define the operational processes and quality checks that should be passed before merging changes to the main branch.
Improved Workflow and References Documentation
With the goal of providing better comprehension of the codebase, docs/references/README.md and docs/workflows/README.md have been added. These help to explain the references and workflow patterns.
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test Plan
Related