From fb34d9d28335ce0c8841a031651aad700e0e5ccb Mon Sep 17 00:00:00 2001 From: quillcraftsman Date: Tue, 1 Oct 2024 16:43:05 +0300 Subject: [PATCH] add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ .github/workflows/static.yml | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..f5c4756 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ + + +#### Reference issue + + +#### What does this implement/fix? + + +#### Additional information + \ No newline at end of file diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 6e71644..63829b4 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -35,10 +35,10 @@ jobs: uses: actions/checkout@v3 - name: Setup Pages uses: actions/configure-pages@v3 - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v3 with: - python-version: "3.11" + python-version: "3.12" - name: Install lava-cactus package run: | python setup.py install