ssg-wsg / Sample-Codes

This repository contains sample codes (Encryption Decryption, Java, Node.js and Python) to guide and support your application development on SSG-WSG Developer Portal.
3 stars 8 forks source link

Implement GitHub Actions CI and Issues Templates #18

Closed asdfghjkxd closed 2 months ago

asdfghjkxd commented 2 months ago

Currently, no CI actions are enabled on this repository, and no issue templates are present to help guide our users in submitting a bug report or feature request.

Let's move to implement CI using GitHub Actions so that we can automate the execution of test cases and possible future deployments to AWS, and implement Issues Templates to provide users with a structured document to submit bug reports or feature requests.

This PR should be merged only after #17 is merged.

asdfghjkxd commented 2 months ago

Do note that this PR requires Codecov to be installed on the repository, which requires the addition of the Codecov secret to the repository.