From 42c2062cc4407a1bb3c36a48431d53586d3dd5e5 Mon Sep 17 00:00:00 2001 From: pacificao Date: Thu, 3 Feb 2022 23:45:26 -0800 Subject: [PATCH] r1 --- .gitattributes | 1 + .github/ISSUE_TEMPLATE.md | 34 ++++++++++++++++++++++++++++++++++ .python-version | 1 + 3 files changed, 36 insertions(+) create mode 100644 .gitattributes create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .python-version diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..c9cf4a7d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +src/clientversion.cpp export-subst diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..b26f6d92 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,34 @@ + + +This issue tracker is only for technical issues related to Agrarian Core. +General Agrarian questions and/or support requests and are best directed to the [Agrarian Discord](https://discord.agrarian.org). + +### Describe the issue + +### Can you reliably reproduce the issue? +#### If so, please list the steps to reproduce below: +1. +2. +3. + +### Expected behavior +Tell us what should happen + +### Actual behavior +Tell us what happens instead + +### Screenshots. +If the issue is related to the GUI, screenshots can be added to this issue via drag & drop. + +### What version of Agrarian Core are you using? +List the version number/commit ID, and if it is an official binary, self compiled or a distribution package. + +### Machine specs: +- OS: +- CPU: +- RAM: +- Disk size: +- Disk Type (HD/SDD): + +### Any extra information that might be useful in the debugging process. +This is normally the contents of a `debug.log`, `db.log` or `config.log` file. Raw text or a link to a pastebin type site are preferred. diff --git a/.python-version b/.python-version new file mode 100644 index 00000000..c4928258 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.5.6