Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 852 Bytes

CONTRIBUTE.md

File metadata and controls

42 lines (32 loc) · 852 Bytes

Table of Contents

Configure your environment

Install all dependencies

pip install .[test]

Install pre-commit

pre-commit install

Install tox globally on your machine. See tox installation

Run all tests and validations via tox

tox

Build package

package is built using:

flit build

Build docker

version=0.0.5
sudo docker buildx build -t github_jira_sync_app --output type=docker .
sudo docker tag github_jira_sync_app ghcr.io/canonical/gh-jira-sync-bot:$version
sudo docker push ghcr.io/canonical/gh-jira-sync-bot:$version