From 3523eecbb25e10767108c012c662f3b21605872b Mon Sep 17 00:00:00 2001 From: radj307 Date: Tue, 14 Sep 2021 19:54:16 -0400 Subject: [PATCH 1/3] add template bug report --- .github/ISSUE_TEMPLATE/bug-report.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..35e8c10 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,20 @@ +--- +name: Bug Report +about: Report a bug with the patcher. +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to Reproduce / What were you doing when the bug happened: +1. +2. +3. + +**Additional context** +Add any other information that may be relevant here. From 17b337e14536f04e29809d6919339d6f276528a9 Mon Sep 17 00:00:00 2001 From: radj307 Date: Tue, 14 Sep 2021 20:09:09 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cdff0dd..b86df82 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# Another-Archery-Patcher Synthesis Patcher -Customizable archery physics for any load order. +# Another Archery Patcher +Fully customizable archery physics overhaul using the [Synthesis Patcher Pipeline](https://github.com/Mutagen-Modding/Synthesis). -Check out the **wiki** tab for documentation. - -Nexus Page: *https://www.nexusmods.com/skyrimspecialedition/mods/41018* +Check out the **[wiki](https://github.com/Synthesis-Collective/Another-Archery-Patcher/wiki)** tab for installation instructions & documentation. From 44e0953573ed6920a41afcf475a36da8fa2a4f7b Mon Sep 17 00:00:00 2001 From: radj307 Date: Tue, 14 Sep 2021 20:10:27 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b86df82..758dfa1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Another Archery Patcher -Fully customizable archery physics overhaul using the [Synthesis Patcher Pipeline](https://github.com/Mutagen-Modding/Synthesis). +Fully customizable archery physics overhaul using [Synthesis](https://github.com/Mutagen-Modding/Synthesis). Check out the **[wiki](https://github.com/Synthesis-Collective/Another-Archery-Patcher/wiki)** tab for installation instructions & documentation.