From a10c7a849608c740cdf2a49f7c6f898a7853b07b Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 15 Jun 2019 14:23:45 -0700 Subject: [PATCH] Trying out a Gitea issue template for somewhat more structured bug reports. --- .gitea/ISSUE_TEMPLATE.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE.md diff --git a/.gitea/ISSUE_TEMPLATE.md b/.gitea/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..2d28b359b --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE.md @@ -0,0 +1,27 @@ +#### What I'm trying to do and why + +#### Steps to reproduce (if a bug) + +#### Actual behavior (if a bug) + +#### Expected behavior (if a bug) + +#### Other notes / implementation ideas + +#### Environment + +**borgmatic version:** [version here] + +Use `sudo borgmatic --version` or `sudo pip show borgmatic | grep ^Version` + +**borgmatic installation method:** [e.g., Debian package, Docker container, etc.] + +**Borg version:** [version here] + +Use `sudo borg --version` + +**Python version:** [version here] + +Use `python --version` + +**operating system and version:** [OS here]