Contributing
Creating a frontier namespace
Adam
To support the creation of new frontier-based namespaces, a template Adam has been provided to allow for easier development. This template provides the basic structure needed to develop a simple frontier-based namespace. It also provides sample commands and tests to get you started.
Contribution Instructions
Testing Requirements
All code contributions made to this repository must be properly tested. Jest is the testing framework that is used. All test files must be written with the extension ".spec.ts", to maintain the consistency of this project.
GitHub Commits
All commits made to this repository must be written according to the Conventional Commit Messages Standard. This is to ensure that consistency is maintained throughout the repository.
Pull Request
When creating a pull request ensure that the request is well documented and the changes made to the repository have been properly noted. Ensure to link the issue number(s) that the pull request satisfies.