diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d55773f..332bab5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,27 +7,33 @@ assignees: "" --- ### Affected Version + ### Describe the bug + ### Reproduction Steps + 1. 2. 3. ### Expected behavior + ### Output - + ```sh ``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e7644c5..1675085 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,13 +7,17 @@ assignees: "" --- ### Is your feature request related to a problem? Please describe. + ### Describe the solution you'd like + ### Describe alternatives you've considered + ### Additional context + diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 3171577..95adf99 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -31,12 +31,11 @@ jobs: run: make test - name: checkout pacman-git run: | - pacman -Sy --noconfirm sudo base-devel - git clone https://aur.archlinux.org/pacman-git - useradd github - chmod -R 777 pacman-git - echo 'github ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers - su github -c 'cd pacman-git; yes | makepkg -si --nocheck' + pacman -Sy --noconfirm sudo base-devel + git clone https://aur.archlinux.org/pacman-git + useradd github + chmod -R 777 pacman-git + echo 'github ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers + su github -c 'cd pacman-git; yes | makepkg -si --nocheck' - name: Run Build and Tests with pacman-git run: make test -