Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.72 KB

File metadata and controls

53 lines (33 loc) · 1.72 KB

How to contribute

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Check out the Stellar Contribution Guide that apply to all Stellar projects.

Set up the Development Environment

Check out the How to set up the development environment guide.

Git Guidelines

Check out the Git Guidelines guide.

Logging Guidelines

When contributing code, think twice about a given log message because not every bit of information is equally important. Therefore, the logging levels should be used consistently.

Please follow the Logging Guidelines.

Database Migration

Please refer to Database Migration for information on this topic.

Github Workflows

Please refer to Github Workflows for information on how the Github workflows are setup.

Publishing the SDK library to Maven Central

Please refer to Publishing the SDK for information on this topic.

Testing with AWS Services

Please refer to Testing with AWS Services for information on this topic.